Settings.ExtraNotificationListenerComponentName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity Extra: What component name to show the notification listener permission page for.
[Android.Runtime.Register("EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME", ApiSince=30)]
public const string ExtraNotificationListenerComponentName;
[<Android.Runtime.Register("EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME", ApiSince=30)>]
val mutable ExtraNotificationListenerComponentName : string
Field Value
- Attributes
Remarks
Activity Extra: What component name to show the notification listener permission page for.
A string extra containing a ComponentName
. This must be passed as an extra field to #ACTION_NOTIFICATION_LISTENER_DETAIL_SETTINGS
.
Java documentation for android.provider.Settings.EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.