
Public Member Functions | |
| void | addNotification (String notification) |
| void | clearNotifications () |
| boolean | hasNotifications () |
| NSArray< String > | notifications () |
| Session () | |
| void | sleep () |
Private Attributes | |
| NSMutableArray< String > | _notifications |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| Session | ( | ) |
| void addNotification | ( | String | notification | ) |
| void clearNotifications | ( | ) |
| boolean hasNotifications | ( | ) |
| NSArray<String> notifications | ( | ) |
| void sleep | ( | ) |
Overridden to post the notification that the session will sleep.
Reimplemented from ERXSession.
NSMutableArray<String> _notifications [private] |
final long serialVersionUID = 1L [static, private] |
1.5.8