NotificationListenerService.MetaDataDefaultAutobind Field

Definition

The name of the meta-data tag containing a boolean value that is used to decide if this listener should be automatically bound by default.

[Android.Runtime.Register("META_DATA_DEFAULT_AUTOBIND", ApiSince=34)]
public const string MetaDataDefaultAutobind;
[<Android.Runtime.Register("META_DATA_DEFAULT_AUTOBIND", ApiSince=34)>]
val mutable MetaDataDefaultAutobind : string

Field Value

Attributes

Remarks

The name of the meta-data tag containing a boolean value that is used to decide if this listener should be automatically bound by default. If the value is 'false', the listener can be bound on demand using #requestRebind

An absent value means that the default is 'true'

Java documentation for android.service.notification.NotificationListenerService.META_DATA_DEFAULT_AUTOBIND.

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.

Applies to