語言

AppFunctionMetadata.AccessLevelAndroidTrusted 欄位

定義

警告

This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionMetadataAccessLevel enum directly instead of this field.

一個常數表示該應用程式功能可被任何持有 Android 認證且持有 android.Manifest.permission#EXECUTE_APP_FUNCTIONS 權限的來電者存取。

[Android.Runtime.Register("ACCESS_LEVEL_ANDROID_TRUSTED", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionMetadataAccessLevel enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionMetadataAccessLevel AccessLevelAndroidTrusted = 300;
[<Android.Runtime.Register("ACCESS_LEVEL_ANDROID_TRUSTED", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionMetadataAccessLevel enum directly instead of this field.", true)>]
val mutable AccessLevelAndroidTrusted : Android.App.AppFunctions.AppFunctionMetadataAccessLevel

欄位值

Value = 300

實作

屬性

適用於