EnforcedNotificationMode
The EnforcedNotificationMode model establishes enforced modifications. The following options are available:
- Incoming calls are always visible as full-screen pop-ups
- Incoming calls are always visible as simple notifications
- Incoming calls are visible as full-screen pop-ups but in case of the first failure, there is a fallback to the simple notifications
Use the NotificationCenter.instance.setEnforcedNotificationMode(EnforcedNotificationMode.TheModeToUse)
.
Available in the package com.voxeet.sdk.push.center.management.EnforcedNotificationMode.
Updated about 2 years ago