AbstractAccountAuthenticator.EditProperties メソッド

定義

プロパティの編集に使用できるアクティビティの意図を含む Bundle を返します。

[Android.Runtime.Register("editProperties", "(Landroid/accounts/AccountAuthenticatorResponse;Ljava/lang/String;)Landroid/os/Bundle;", "GetEditProperties_Landroid_accounts_AccountAuthenticatorResponse_Ljava_lang_String_Handler")]
public abstract Android.OS.Bundle? EditProperties (Android.Accounts.AccountAuthenticatorResponse? response, string? accountType);
[<Android.Runtime.Register("editProperties", "(Landroid/accounts/AccountAuthenticatorResponse;Ljava/lang/String;)Landroid/os/Bundle;", "GetEditProperties_Landroid_accounts_AccountAuthenticatorResponse_Ljava_lang_String_Handler")>]
abstract member EditProperties : Android.Accounts.AccountAuthenticatorResponse * string -> Android.OS.Bundle

パラメーター

response
AccountAuthenticatorResponse

要求の結果を設定するために使用されます。 Constants.INTENT_KEYがバンドルに設定されている場合、この応答フィールドは、意図が開始された場合といつ開始された場合に、将来の結果を送信するために使用されます。

accountType
String

プロパティを編集する AccountType。

戻り値

要求の続行を開始する結果または意図を含むバンドル。 これが null の場合、要求はまだアクティブであると見なされ、結果は後で応答を使用して送信されます。

属性

注釈

プロパティの編集に使用できるアクティビティの意図を含む Bundle を返します。 成功を示すために、アクティビティは null 以外のバンドルを使用して response.setResult() を呼び出す必要があります。

の Java ドキュメント android.accounts.AbstractAccountAuthenticator.editProperties(android.accounts.AccountAuthenticatorResponse, java.lang.String)

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

適用対象