-
public class NotificationHandlerFactory
-
-
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.
- Parameters:
context- The Context to build the NotificationHandler with.newMessageIntent- Lambda expression used to generate an Intent to open your app
-
-
-
-