ContactsContract.RawContactsColumns.BackupId 字段

定义

注意

Use 'Android.Provider.ContactsContract.IRawContactsColumns.BackupId'. This class will be removed in a future release.

其帐户中每个raw_contact的持久唯一 ID。

[Android.Runtime.Register("BACKUP_ID", ApiSince=24)]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IRawContactsColumns.BackupId'. This class will be removed in a future release.")]
public const string BackupId;
[<Android.Runtime.Register("BACKUP_ID", ApiSince=24)>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IRawContactsColumns.BackupId'. This class will be removed in a future release.")>]
val mutable BackupId : string

字段值

属性

注解

其帐户中每个raw_contact的持久唯一 ID。 此 ID 由自己的数据源提供,可用于将元数据备份到服务器。 这应在每组account_name/account_type/data_set中是唯一的

适用于 . 的 android.provider.ContactsContract.RawContactsColumns.BACKUP_IDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于