Package com.pointrlabs.core.util
Object NotificationHelper
-
- All Implemented Interfaces:
public class NotificationHelper
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
DEFAULT_POINTR_NOTIFICATION_CHANNEL
public final static NotificationHelper
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
createNotificationChannel(Context context, String channel)
Creates the notification channel if not created previously. -
-
Method Detail
-
createNotificationChannel
@RequiresApi(value = 26) final Unit createNotificationChannel(Context context, String channel)
Creates the notification channel if not created previously.
-
-
-
-