-
public class NotificationHandlerFactoryFactory for default NotificationHandler. Use it to customize an intent the user triggers when clicking on a notification.
-
-
Field Summary
Fields Modifier and Type Field Description public final static NotificationHandlerFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final NotificationHandlercreateNotificationHandler(Context context, Function3<String, String, String, Intent> newMessageIntent)Method that create a NotificationHandler. -
-
Method Detail
-
createNotificationHandler
final NotificationHandler createNotificationHandler(Context context, Function3<String, String, String, Intent> newMessageIntent)
Method that create a NotificationHandler.
-
-
-
-