how to customize notifications module in Sugar CRM Mobile?

I want to get notifications in mobile same as we get in desktop.

$note_bean = BeanFactory::newBean('Notifications');

$note_bean->name = "Assignment Change";

$note_bean->save();

This code triggers when I change the assignment for Accounts module. It is working fine in desktop. How to get notifications in mobile?