public static interface

OmletModel.Accounts.AccountColumns

mobisocial.omlib.model.OmletModel.Accounts.AccountColumns
Known Indirect Subclasses

Summary

Constants
String ACCOUNT Universally unique identifier.
String DISPLAY
String FAVORITE Whether this identity is a favorite.
String HAS_APP_DATE Whether the identity has Omlet installed.
String ID Database Id for this row.
String MESSAGE_COUNT A rough indicator of friendliness with the local user.
String MODIFIED_TIMESTAMP
String NAME Display name for this identity.
String NICKNAME
String OMLET_ID
String OWNED Whether the identity is owned by the local user.
String PROFILE_VERSION
String SK_HASH
String THUMBNAIL_HASH Hash for the user's profile thumbnail.
String VIDEO_HASH

Constants

public static final String ACCOUNT

Universally unique identifier. (String)

Constant Value: "account"

public static final String DISPLAY

Constant Value: "Display"

public static final String FAVORITE

Whether this identity is a favorite.

Constant Value: "favorite"

public static final String HAS_APP_DATE

Whether the identity has Omlet installed. (Boolean)

Constant Value: "hasAppDate"

public static final String ID

Database Id for this row. (Long)

Constant Value: "_id"

public static final String MESSAGE_COUNT

A rough indicator of friendliness with the local user. (Int)

Constant Value: "messageCount"

public static final String MODIFIED_TIMESTAMP

Constant Value: "modifiedTimestamp"

public static final String NAME

Display name for this identity. (String)

Constant Value: "name"

public static final String NICKNAME

Constant Value: "nickname"

public static final String OMLET_ID

Constant Value: "omletid"

public static final String OWNED

Whether the identity is owned by the local user. (Boolean)

Constant Value: "owned"

public static final String PROFILE_VERSION

Constant Value: "profileVersion"

public static final String SK_HASH

Constant Value: "skHash"

public static final String THUMBNAIL_HASH

Hash for the user's profile thumbnail. (byte[])

Constant Value: "thumbnailHash"

public static final String VIDEO_HASH

Constant Value: "videoHash"