Contacts.ISettingsColumns Interface

Definition

Caution

This class is obsoleted in this android platform

Columns from the Settings table that other columns join into themselves.

[System.Obsolete("This class is obsoleted in this android platform")]
public interface Contacts.ISettingsColumns
[<System.Obsolete("This class is obsoleted in this android platform")>]
type Contacts.ISettingsColumns = interface
Attributes

Remarks

Columns from the Settings table that other columns join into themselves.

This member is deprecated. see android.provider.ContactsContract

Java documentation for android.provider.Contacts.SettingsColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

Key
Obsolete.

The key of this setting.

SyncAccount
Obsolete.

The _SYNC_ACCOUNT to which this setting corresponds.

SyncAccountType
Obsolete.

The _SYNC_ACCOUNT_TYPE to which this setting corresponds.

Value
Obsolete.

The value of this setting.

Applies to