public static interface

OmletModel.ObjectsWithSender.ObjectWithSenderColumns

implements OmletModel.Objects.ObjectColumns
mobisocial.omlib.model.OmletModel.ObjectsWithSender.ObjectWithSenderColumns

Summary

Constants
String SENDER_ACCOUNT Universally unique identifier.
String SENDER_NAME Display name for this identity.
String SENDER_OWNED Whether the identity is owned by the local user.
String SENDER_THUMBNAIL_HASH Hash for the user's profile thumbnail.
String SENDER_VIDEO_HASH Hash for the user's profile thumbnail.
[Expand]
Inherited Constants
From interface mobisocial.omlib.model.OmletModel.Objects.ObjectColumns

Constants

public static final String SENDER_ACCOUNT

Universally unique identifier. (String)

Constant Value: "senderAccount"

public static final String SENDER_NAME

Display name for this identity. (String)

Constant Value: "senderName"

public static final String SENDER_OWNED

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

Constant Value: "senderOwned"

public static final String SENDER_THUMBNAIL_HASH

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

Constant Value: "senderThumbnailHash"

public static final String SENDER_VIDEO_HASH

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

Constant Value: "senderVideoHash"