Omlib
Package Index
|
Class Index
mobisocial.crypto
mobisocial.omlib.api
mobisocial.omlib.exception
mobisocial.omlib.helper
mobisocial.omlib.interfaces
mobisocial.omlib.model
mobisocial.omlib.sendable
mobisocial.omlib.service
mobisocial.omlib.ui.signin
mobisocial.util
Interfaces
OmletModel.Accounts.AccountColumns
OmletModel.Chats.ChatsColumns
OmletModel.FeedMembers.FeedMemberColumns
OmletModel.Feeds.FeedColumns
OmletModel.Identities.IdentityColumns
OmletModel.MembersOfFeed.MembersOfFeedColumns
OmletModel.Notifications.NotificationColumns
OmletModel.Objects.ObjectColumns
OmletModel.ObjectsWithSender.ObjectWithSenderColumns
OmletModel.Settings.SettingsColumns
OmletModel.Stickers.StickerColumns
Classes
AccountProfile
ChatMember
OmletModel
OmletModel.Accounts
OmletModel.Blobs
OmletModel.Chats
OmletModel.FeedMembers
OmletModel.Feeds
OmletModel.FeedsForAccount
OmletModel.Identities
OmletModel.MembersOfFeed
OmletModel.Notifications
OmletModel.Objects
OmletModel.ObjectsWithSender
OmletModel.Settings
OmletModel.Stickers
PresenceState
RealtimePushObject
Enums
OmletModel.DisplayIdentityType
Package Index
|
Class Index
public static interface
OmletModel.Settings.SettingsColumns
mobisocial.omlib.model.OmletModel.Settings.SettingsColumns
Summary
Constants
String
BOOLEAN_VALUE
String
BYTE_ARRAY_VALUE
String
INT_VALUE
String
KEY
String
LONG_VALUE
String
STRING_VALUE
String
_ID
Constants
public static final String
BOOLEAN_VALUE
Constant Value:
"booleanValue"
public static final String
BYTE_ARRAY_VALUE
Constant Value:
"byteArrayValue"
public static final String
INT_VALUE
Constant Value:
"intValue"
public static final String
KEY
Constant Value:
"key"
public static final String
LONG_VALUE
Constant Value:
"longValue"
public static final String
STRING_VALUE
Constant Value:
"stringValue"
public static final String
_ID
Constant Value:
"_id"