-
public class NotificationAuthorizationStatus
-
-
Method Summary
Modifier and Type Method Description static voidcheckForNotificationAuthorizationChange(@NonNull() Context context)Check whether the notification authorization status change static booleancanAppShowNotifications(@NonNull() Context context, @NonNull() BatchNotificationChannelsManager channelsManager)static booleancanAppShowNotificationsForChannel(@NonNull() Context context, @Nullable() String channelID)-
-
Method Detail
-
checkForNotificationAuthorizationChange
static void checkForNotificationAuthorizationChange(@NonNull() Context context)
Check whether the notification authorization status change
- Parameters:
context- context
-
canAppShowNotifications
static boolean canAppShowNotifications(@NonNull() Context context, @NonNull() BatchNotificationChannelsManager channelsManager)
-
canAppShowNotificationsForChannel
static boolean canAppShowNotificationsForChannel(@NonNull() Context context, @Nullable() String channelID)
-
-
-
-