Interface MAMNotification
-
- All Implemented Interfaces:
public interface MAMNotificationBase notification. Used to notify the app when a notable event occurs.
-
-
Method Summary
Modifier and Type Method Description abstract MAMNotificationTypegetType()Get the notification's type. -
-
Method Detail
-
getType
abstract MAMNotificationType getType()
Get the notification's type.
- Returns:
Type of the notification.
-
-
-
-