View.AllowedHandwritingDelegatePackageName Property

Definition

Returns the allowed package for delegate editor views for which this view may act as a handwriting delegator, as set by #setAllowedHandwritingDelegatePackage.

public virtual string? AllowedHandwritingDelegatePackageName { [Android.Runtime.Register("getAllowedHandwritingDelegatePackageName", "()Ljava/lang/String;", "GetGetAllowedHandwritingDelegatePackageNameHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAllowedHandwritingDelegatePackageName", "()Ljava/lang/String;", "GetGetAllowedHandwritingDelegatePackageNameHandler", ApiSince=34)>]
member this.AllowedHandwritingDelegatePackageName : string

Property Value

Attributes

Remarks

Returns the allowed package for delegate editor views for which this view may act as a handwriting delegator, as set by #setAllowedHandwritingDelegatePackage. If #setAllowedHandwritingDelegatePackage has not been called, or called with null argument, this will return null, meaning that this delegator view may only be used to initiate handwriting mode for a delegate editor view from the same package as this delegator view.

Java documentation for android.view.View.getAllowedHandwritingDelegatePackageName().

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