-
public class NotificationUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static NotificationUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitsetNotificationButtons(Context context, NotificationCompat.Builder builder, PushMessage msg, Integer notificationId, Intent notificationIntent)final UnitsetNotificationClickAction(Context context, NotificationCompat.Builder builder, PushMessage msg, Integer notificationId, Intent notificationIntent)-
-
Method Detail
-
setNotificationButtons
final Unit setNotificationButtons(Context context, NotificationCompat.Builder builder, PushMessage msg, Integer notificationId, Intent notificationIntent)
-
setNotificationClickAction
final Unit setNotificationClickAction(Context context, NotificationCompat.Builder builder, PushMessage msg, Integer notificationId, Intent notificationIntent)
-
-
-
-