You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing the example project on android and tried to change: OneSignal.shared.setInFocusDisplayType(OSNotificationDisplayType.notification);
to: OneSignal.shared.setInFocusDisplayType(OSNotificationDisplayType.none);
but the notification was still showing.
I was testing the example project on android and tried to change:
OneSignal.shared.setInFocusDisplayType(OSNotificationDisplayType.notification);
to:
OneSignal.shared.setInFocusDisplayType(OSNotificationDisplayType.none);
but the notification was still showing.
Notification JSON:
i don't know if that is the correct way to change the displayType but it doesn't seem to work
The text was updated successfully, but these errors were encountered: