public class SwarmStore
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SwarmStore.GotStoreListingCB |
static class |
SwarmStore.GotSwarmStoreCB |
Modifier and Type | Field and Description |
---|---|
java.util.List<SwarmStoreCategory> |
categories
The SwarmStoreCategory List that is contained within this SwarmStore.
|
Constructor and Description |
---|
SwarmStore() |
Modifier and Type | Method and Description |
---|---|
static void |
getListingById(int listingId,
SwarmStore.GotStoreListingCB cb)
Get a SwarmStoreListing by Id.
|
static void |
getStore(SwarmStore.GotSwarmStoreCB cb)
Get the top-level SwarmStore object for this app.
|
public java.util.List<SwarmStoreCategory> categories
public static void getStore(SwarmStore.GotSwarmStoreCB cb)
cb
- The GotSwarmStoreCB returns a SwarmStore object on success and returns null on failurepublic static void getListingById(int listingId, SwarmStore.GotStoreListingCB cb)
listingId
- The ID of the listing created in the Swarm Admin panelcb
- The GotStoreListingCB returns a SwarmStoreListing object on success and returns null on failure