| Package | Description |
|---|---|
| com.contentstack.sdk |
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.addParam(String key,
String value)
This method adds key and value to an Entry.
|
protected Asset |
Stack.asset() |
Asset |
Stack.asset(String uid) |
Asset |
Asset.configure(org.json.JSONObject jsonObject)
Creates new instance of
Asset from valid JSONObject. |
Asset |
Group.getAsset(String key)
Get an asset from the group
|
Asset |
Entry.getAsset(String key)
Get an asset from the entry
|
protected Asset |
Asset.setTags(String[] tags) |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
Group.getAssets(String key)
Get an assets from the group.
|
List<Asset> |
Entry.getAssets(String key)
Get an assets from the entry.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FetchAssetsCallback.onCompletion(ResponseType responseType,
List<Asset> assets,
Error error) |
void |
FetchAssetsCallback.onRequestFinish(ResponseType responseType,
List<Asset> assets) |
Copyright © 2019 Contentstack. All rights reserved.