C H N O S 

C

com.microsoft.windowsazure.notifications - package com.microsoft.windowsazure.notifications
 

H

handleNotifications(Context, String, Class<T>) - Static method in class com.microsoft.windowsazure.notifications.NotificationsManager
Handles notifications with the provided NotificationsHandler class

N

NotificationsBroadcastReceiver - Class in com.microsoft.windowsazure.notifications
 
NotificationsBroadcastReceiver() - Constructor for class com.microsoft.windowsazure.notifications.NotificationsBroadcastReceiver
 
NotificationsHandler - Class in com.microsoft.windowsazure.notifications
 
NotificationsHandler() - Constructor for class com.microsoft.windowsazure.notifications.NotificationsHandler
 
NotificationsManager - Class in com.microsoft.windowsazure.notifications
 
NotificationsManager() - Constructor for class com.microsoft.windowsazure.notifications.NotificationsManager
 

O

onReceive(Context, Intent) - Method in class com.microsoft.windowsazure.notifications.NotificationsBroadcastReceiver
 
onReceive(Context, Bundle) - Method in class com.microsoft.windowsazure.notifications.NotificationsHandler
Method called after a notification is received.
onRegistered(Context, String) - Method in class com.microsoft.windowsazure.notifications.NotificationsHandler
Method called after the device is registered for notifications
onUnregistered(Context, String) - Method in class com.microsoft.windowsazure.notifications.NotificationsHandler
Method called after the device is unregistered for notifications

S

stopHandlingNotifications(Context) - Static method in class com.microsoft.windowsazure.notifications.NotificationsManager
Stops handlind notifications
C H N O S