AccessibilityEvent.PackageNameFormatted Property

Definition

Gets the package name of the source. -or- Sets the package name of the source.

public Java.Lang.ICharSequence? PackageNameFormatted { [Android.Runtime.Register("getPackageName", "()Ljava/lang/CharSequence;", "")] get; [Android.Runtime.Register("setPackageName", "(Ljava/lang/CharSequence;)V", "")] set; }
[<get: Android.Runtime.Register("getPackageName", "()Ljava/lang/CharSequence;", "")>]
[<set: Android.Runtime.Register("setPackageName", "(Ljava/lang/CharSequence;)V", "")>]
member this.PackageNameFormatted : Java.Lang.ICharSequence with get, set

Property Value

The package name.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets the package name of the source.

Java documentation for android.view.accessibility.AccessibilityEvent.getPackageName().

Property setter documentation:

Sets the package name of the source.

Java documentation for android.view.accessibility.AccessibilityEvent.setPackageName(java.lang.CharSequence).

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