共用方式為


ContactsContract.RawContacts.GetLocalAccountName(Context) 方法

定義

插入原始聯繫人時所使用的 #ACCOUNT_NAME 預設值,沒有此數據行的值。

[Android.Runtime.Register("getLocalAccountName", "(Landroid/content/Context;)Ljava/lang/String;", "", ApiSince=30)]
public static string? GetLocalAccountName (Android.Content.Context context);
[<Android.Runtime.Register("getLocalAccountName", "(Landroid/content/Context;)Ljava/lang/String;", "", ApiSince=30)>]
static member GetLocalAccountName : Android.Content.Context -> string

參數

context
Context

傳回

屬性

備註

插入原始聯繫人時所使用的 #ACCOUNT_NAME 預設值,沒有此數據行的值。

此帳戶是用來識別只儲存在本機聯繫人資料庫中的聯繫人,而不是與 Account 已安裝的應用程式所管理的相關聯。

當這個傳回 null 時 #getLocalAccountType ,也會傳回 Null,而當非 Null #getLocalAccountType 時也會傳回非 Null 值。

android.provider.ContactsContract.RawContacts.getLocalAccountName(android.content.Context)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於