public final class

OmletModel

extends Object
java.lang.Object
   ↳ mobisocial.omlib.model.OmletModel

Class Overview

Provides definitions for the tables that are exposed from OmlibContentProvider. Query these tables by using a android.content.ContentResolver in the standard way.

Summary

Nested Classes
class OmletModel.Accounts Details for users in the Omlet network. 
class OmletModel.Blobs

Binary content shared in Omlet as attachments. 

class OmletModel.Chats  
enum OmletModel.DisplayIdentityType  
class OmletModel.FeedMembers Maps accounts to the feeds they to which they have membership. 
class OmletModel.Feeds A container for data that is shared across a number of devices and identities. 
class OmletModel.FeedsForAccount  
class OmletModel.Identities  
class OmletModel.MembersOfFeed Equivalent to OmletModel.FeedMembers joined with OmletModel.Accounts
class OmletModel.Notifications  
class OmletModel.Objects Data that has been shared in OmletModel.Feeds
class OmletModel.ObjectsWithSender  
class OmletModel.Settings  
class OmletModel.Stickers  
Public Constructors
OmletModel()
Public Methods
final static String getAuthority(Context context)
Gets the OmlibContentProvider authority for this application.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OmletModel ()

Public Methods

public static final String getAuthority (Context context)

Gets the OmlibContentProvider authority for this application.