LockscreenVisibility is always -1000 after creating a notification channel #137
thomasgalliker
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NotificationChannel.LockscreenVisbilityuses the enumNotificationVisibilitywhich has the valuesSecret=-1,Private=0andPublic=1. No matter what I do, when I create a new notification channel with one of the enum values, it alwass returns-1000when I read the list of all existing notification channels. Does anyone know why this is?Beta Was this translation helpful? Give feedback.
All reactions