View.AllowedHandwritingDelegatorPackageName Property
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.
Returns the allowed package for views which may act as a handwriting delegator for this
delegate editor view, as set by #setAllowedHandwritingDelegatorPackage
.
public virtual string? AllowedHandwritingDelegatorPackageName { [Android.Runtime.Register("getAllowedHandwritingDelegatorPackageName", "()Ljava/lang/String;", "GetGetAllowedHandwritingDelegatorPackageNameHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAllowedHandwritingDelegatorPackageName", "()Ljava/lang/String;", "GetGetAllowedHandwritingDelegatorPackageNameHandler", ApiSince=34)>]
member this.AllowedHandwritingDelegatorPackageName : string
Property Value
- Attributes
Remarks
Returns the allowed package for views which may act as a handwriting delegator for this delegate editor view, as set by #setAllowedHandwritingDelegatorPackage
. If #setAllowedHandwritingDelegatorPackage
has not been called, or called with null
argument, this will return null
, meaning that only views from the same package as this delegator editor view may act as a handwriting delegator.
Java documentation for android.view.View.getAllowedHandwritingDelegatorPackageName()
.
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.