ConnectedDevicesNotificationRegistrationManager Class
- java.
lang. Object - NativeBase
- com.
microsoft. connecteddevices. ConnectedDevicesNotificationRegistrationManager
- com.
public class ConnectedDevicesNotificationRegistrationManager
Manages push notification registration with the ConnectedDevicesPlatform for each account.
Method Summary
Method Details
getNotificationRegistrationStateForAccount
public ConnectedDevicesNotificationRegistrationState getNotificationRegistrationStateForAccount( @NonNull ConnectedDevicesAccount account)
Get the status of cloud registration for the given account.
Parameters:
Returns:
notificationRegistrationStateChanged
public Event
Event for when the registration state changes for a given account. (from **IN_PROGRESS** to **SUCCEEDED**, for example).
Returns:
registerAsync
public AsyncOperation
Register this application for this user with a push notification service so notification can be received by this user.
Parameters:
Returns:
registerForAccountAsync
public AsyncOperation
Register this application for this user with a push notification service so notification can be received by this user.
Parameters:
Returns: