AccountManager.NotifyAccountAuthenticated(Account) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知系統帳戶剛剛通過驗證。
[Android.Runtime.Register("notifyAccountAuthenticated", "(Landroid/accounts/Account;)Z", "GetNotifyAccountAuthenticated_Landroid_accounts_Account_Handler", ApiSince=23)]
[Android.Runtime.RequiresPermission("android.permission.AUTHENTICATE_ACCOUNTS")]
public virtual bool NotifyAccountAuthenticated (Android.Accounts.Account? account);
[<Android.Runtime.Register("notifyAccountAuthenticated", "(Landroid/accounts/Account;)Z", "GetNotifyAccountAuthenticated_Landroid_accounts_Account_Handler", ApiSince=23)>]
[<Android.Runtime.RequiresPermission("android.permission.AUTHENTICATE_ACCOUNTS")>]
abstract member NotifyAccountAuthenticated : Android.Accounts.Account -> bool
override this.NotifyAccountAuthenticated : Android.Accounts.Account -> bool
參數
- account
- Account
要更新之 Account
。
傳回
如果已成功認可帳戶的驗證,則為 boolean true
。 否則 false
為 。
- 屬性
備註
通知系統帳戶剛剛通過驗證。 其他應用程式可能會使用此資訊來驗證帳戶。 只有當使用者已輸入正確的帳戶認證時,才應該呼叫此帳戶。
從主線程呼叫這個方法並不安全。 因此,請從另一個線程呼叫它。
這個方法需要呼叫端具有簽章比對與擁有指定帳戶的驗證器。
的 android.accounts.AccountManager.notifyAccountAuthenticated(android.accounts.Account)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。