| java.lang.Object | |
| ↳ | mobisocial.omlib.model.OmletModel.FeedMembers |
Maps accounts to the feeds they to which they have membership.
See OmletModel.MembersOfFeed
for a joined view against the OmletModel.Accounts table.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | OmletModel.FeedMembers.FeedMemberColumns | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | TABLE | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FeedMembers() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final static Uri |
getUri(Context ctx)
Access the raw table of
FeedMembers. | ||||||||||
| final static Uri |
uriForFeed(Context ctx, long id)
Returns a uri for a database view over the accounts associated
with the given feed.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Access the raw table of FeedMembers. Typically, an app will
prefer to use uriForFeed(Context, long).
Returns a uri for a database view over the accounts associated
with the given feed. See OmletModel.MembersOfFeed.