public interface Application extends CaptainUpObject
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ActionSettings> |
getActionSettings()
The app's action's settings.
|
java.lang.String |
getApplicationURL()
The URL of the application.
|
java.util.Map<java.lang.String,Asset> |
getAssets()
A map of all the application assets by their
Asset Type ID . |
java.util.Map<java.lang.String,Asset> |
getAssetsByType(AssetType type)
Get only Assets of a specific type (TROPHY, SHOP_ITEM or GIFT)
|
java.util.Map<java.lang.String,Badge> |
getBadges()
A map of all the application badges by their
Badge ID . |
GameCenter |
getGameCenterDetails()
The details of the app's game center display (like the title and text).
|
java.lang.String |
getID()
The ID of the app.
|
java.util.List<Level> |
getLevels()
List of the app's levels
|
java.lang.String |
getLogoURL()
The URL to your app's logo.
|
java.lang.String |
getName()
The name of the app.
|
java.util.Map<java.lang.String,RewardType> |
getRewardTypes()
A map of all the application reward types by their
Reward Type ID . |
SignUpMessage |
getSignUpMessage()
The details of the sign up message for the app.
|
Theme |
getTheme()
The details of the theme defined for the app.
|
java.lang.String getID()
java.lang.String getLogoURL()
java.lang.String getName()
java.lang.String getApplicationURL()
GameCenter getGameCenterDetails()
Theme getTheme()
SignUpMessage getSignUpMessage()
java.util.Map<java.lang.String,Badge> getBadges()
Badge ID
.Badge ID
.java.util.Map<java.lang.String,ActionSettings> getActionSettings()
Action.getName()
) and their details.java.util.List<Level> getLevels()
java.util.Map<java.lang.String,RewardType> getRewardTypes()
Reward Type ID
.RewardType ID
.java.util.Map<java.lang.String,Asset> getAssets()
Asset Type ID
.Asset ID
.java.util.Map<java.lang.String,Asset> getAssetsByType(AssetType type)
type
- can be either AssetType.TROPHY, AssetType.SHOP_ITEM, AssetType.GIFT