UserManager.UserOperationErrorCurrentUser フィールド

定義

注意事項

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

ターゲット ユーザーがフォアグラウンドにあるため、ユーザー操作が失敗したことを示します。

[Android.Runtime.Register("USER_OPERATION_ERROR_CURRENT_USER", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.", true)]
public const Android.OS.UserOperationResultCode UserOperationErrorCurrentUser = 4;
[<Android.Runtime.Register("USER_OPERATION_ERROR_CURRENT_USER", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.UserOperationResultCode enum directly instead of this field.", true)>]
val mutable UserOperationErrorCurrentUser : Android.OS.UserOperationResultCode

フィールド値

Value = 4
属性

注釈

ターゲット ユーザーがフォアグラウンドにあるため、ユーザー操作が失敗したことを示します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象