Public Member Functions | |
NotificationManagerExample () | |
void | demonstrateNotificationManagerMethods () |
void | demonstrateNotificationUsage (Notification notification) |
void | demonstrateErrorHandling (java.lang.Error error) |
void | runExample () |
Static Public Member Functions | |
static void | main (String[] args) |
NotificationManager usage example for Java Demonstrates working with local notifications, iBeacon signals, and notification management
Definition at line 7 of file NotificationManagerExample.java.
|
inline |
Definition at line 13 of file NotificationManagerExample.java.
|
inline |
Demonstrate error handling
Definition at line 154 of file NotificationManagerExample.java.
|
inline |
Demonstrate NotificationManager methods
Definition at line 82 of file NotificationManagerExample.java.
|
inline |
Demonstrate Notification usage
Definition at line 113 of file NotificationManagerExample.java.
|
inlinestatic |
Main method to run the example
Definition at line 193 of file NotificationManagerExample.java.
|
inline |
Main demonstration method
Definition at line 174 of file NotificationManagerExample.java.