言語

AppInteractionDeniedException.ReasonUserDenied フィールド

定義

注意事項

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

ユーザーが操作を拒否しました。

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

フィールド値

Value = 1
属性

適用対象