public interface RemoteNotifier
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addNotificationListener(long remoteId,
NotificationType<T> notificationType,
NotificationListener<T> notificationListener) |
<T> void |
removeNotificationListener(long remoteId,
NotificationType<T> notificationType,
NotificationListener<T> notificationListener) |
<T> void addNotificationListener(long remoteId,
NotificationType<T> notificationType,
NotificationListener<T> notificationListener)
throws RemoteException
RemoteException<T> void removeNotificationListener(long remoteId,
NotificationType<T> notificationType,
NotificationListener<T> notificationListener)
throws RemoteException
RemoteException