public static interface

OmletModel.Identities.IdentityColumns

mobisocial.omlib.model.OmletModel.Identities.IdentityColumns

Summary

Constants
String ACCOUNT_ID Entry in accounts table for this identity.
String ID Database Id for this row.
String IDENTITY_HASH
String MODIFIED_TIMESTAMP
String RAW_CONTACT_ID Stable identifier to find in android database
String SK_HASH
String TYPE type - e.g.
String VALUE value e.g.

Constants

public static final String ACCOUNT_ID

Entry in accounts table for this identity. (Long)

Constant Value: "accountid"

public static final String ID

Database Id for this row. (Long)

Constant Value: "_id"

public static final String IDENTITY_HASH

Constant Value: "identityHash"

public static final String MODIFIED_TIMESTAMP

Constant Value: "modifiedTimestamp"

public static final String RAW_CONTACT_ID

Stable identifier to find in android database

Constant Value: "rawContactID"

public static final String SK_HASH

Constant Value: "skHash"

public static final String TYPE

type - e.g. phone, email

Constant Value: "type"

public static final String VALUE

value e.g. 12035551928 or skdja@gmail.com

Constant Value: "value"