AuthenticationRequiredException(Throwable, PendingIntent) コンストラクター

定義

スローする準備ができているインスタンスを作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;Landroid/app/PendingIntent;)V", "", ApiSince=26)]
public AuthenticationRequiredException (Java.Lang.Throwable? cause, Android.App.PendingIntent? userAction);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;Landroid/app/PendingIntent;)V", "", ApiSince=26)>]
new Android.App.AuthenticationRequiredException : Java.Lang.Throwable * Android.App.PendingIntent -> Android.App.AuthenticationRequiredException

パラメーター

cause
Throwable

エンジニアリング対象ユーザー向けに設計された詳細を含む元の原因。

userAction
PendingIntent

復旧を開始するプライマリ アクション。 これにより、復旧の最終的な状態を伝えるために、完了する前に設定 Activity#setResult(int) する必要があるアクティビティを起動する必要があります。 たとえば、監視 Activity#RESULT_OK するアプリは、操作を直ちに再試行することを選択できます。

属性

注釈

スローする準備ができているインスタンスを作成します。

の Java ドキュメント android.app.AuthenticationRequiredException.AuthenticationRequiredException(java.lang.Throwable, android.app.PendingIntent)

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

適用対象