Users.AppUser Class
Class representing 'AppUser' rows in the 'Users' database
Constructor
Users.AppUser
(
-
fields
Parameters:
-
fields
ObjectThe fields values to initialize table row as an associative array of
{column: value}
pairs
Item Index
Methods
handlePushNotification
()
This is the default implementation. Please override it in your adapter classes.
pushNotification
(
-
notification
Pushes a notification to the user on an external platform
setUp
()
The setUp() method is called the first time an object of this class is constructed.