InputMethodManager.HandwritingDelegateFlagHomeDelegatorAllowed 欄位

定義

警告

This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingDelegateFlag enum directly instead of this field.

標記表示預設主畫面Intent#CATEGORY_HOME的視圖()可作為代理編輯者視圖的手寫委派。

[Android.Runtime.Register("HANDWRITING_DELEGATE_FLAG_HOME_DELEGATOR_ALLOWED", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingDelegateFlag enum directly instead of this field.", true)]
public const Android.Views.InputMethods.HandwritingDelegateFlag HandwritingDelegateFlagHomeDelegatorAllowed = 1;
[<Android.Runtime.Register("HANDWRITING_DELEGATE_FLAG_HOME_DELEGATOR_ALLOWED", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.HandwritingDelegateFlag enum directly instead of this field.", true)>]
val mutable HandwritingDelegateFlagHomeDelegatorAllowed : Android.Views.InputMethods.HandwritingDelegateFlag

欄位值

Value = 1
屬性

備註

標記表示預設主畫面Intent#CATEGORY_HOME的視圖()可作為代理編輯者視圖的手寫委派。 若設定為 ,主畫面套件的視圖將被信任用於手寫委派,此外還會被授權#acceptStylusHandwritingDelegation(View, String, int, Executor, Consumer)為 的視圖delegatorPackageName

Java 文件 android.view.inputmethod.InputMethodManager.HANDWRITING_DELEGATE_FLAG_HOME_DELEGATOR_ALLOWED

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於