Package | Description |
---|---|
com.infantium.android.sdk | |
com.infantium.android.sdk.goals |
Modifier and Type | Method and Description |
---|---|
InfantiumResponse |
ISDK.addDynamicField(DynamicField d_field) |
InfantiumResponse |
InfantiumSDK.addDynamicField(DynamicField d_field)
Add new DynamicField
|
InfantiumResponse |
ISDK.addDynamicFields(List<DynamicField> d_fields) |
InfantiumResponse |
InfantiumSDK.addDynamicFields(List<DynamicField> d_fields)
Add a List of DynamicFields that will appear in the Gameplay.
|
InfantiumResponse |
ISDK.addElement(Element element) |
InfantiumResponse |
InfantiumSDK.addElement(Element element)
Add new Element
|
InfantiumResponse |
ISDK.addElements(List<Element> elements) |
InfantiumResponse |
InfantiumSDK.addElements(List<Element> elements)
Add a List of Elements that will appear in the Gameplay.
|
InfantiumResponse |
ISDK.addGoal(Goal goal) |
InfantiumResponse |
InfantiumSDK.addGoal(Goal goal)
Add a Goal to the current Rawdata.
|
InfantiumResponse |
ISDK.addGoals(List<Goal> goals) |
InfantiumResponse |
InfantiumSDK.addGoals(List<Goal> goals)
Add a list of Goals to the current Rawdata.
|
InfantiumResponse |
ISDK.closeGameplay() |
InfantiumResponse |
InfantiumSDK.closeGameplay()
End of the gameplay (Ebook or Game).
|
InfantiumResponse |
ISDK.createGameplay() |
InfantiumResponse |
InfantiumSDK.createGameplay()
Creates a new Gameplay obtaining the gameplay_id and the gameplay_uuid.
|
InfantiumResponse |
ISDK.createGameplay(String subcontent_uuid) |
InfantiumResponse |
InfantiumSDK.createGameplay(String subcontent_uuid)
Creates a new Gameplay obtaining the gameplay_id and the gameplay_uuid.
|
InfantiumResponse |
ISDK.newBasicInteraction(String t,
String goal_type) |
InfantiumResponse |
InfantiumSDK.newBasicInteraction(String t,
String goal_type)
Adds an interaction with the screen.
|
InfantiumResponse |
ISDK.newBasicInteraction(String t,
String object_type,
String goal_type) |
InfantiumResponse |
InfantiumSDK.newBasicInteraction(String t,
String object_type,
String goal_type)
Adds an interaction with the screen.
|
InfantiumResponse |
ISDK.newBasicInteraction(String t,
String object_type,
String goal_type,
Integer lifetime) |
InfantiumResponse |
InfantiumSDK.newBasicInteraction(String t,
String object_type,
String goal_type,
Integer lifetime)
Adds an interaction with the screen.
|
InfantiumResponse |
ISDK.newBasicInteraction(String t,
String object_type,
String goal_type,
Integer n_concurrent_oks,
Integer n_concurrent_kos) |
InfantiumResponse |
InfantiumSDK.newBasicInteraction(String t,
String object_type,
String goal_type,
Integer n_concurrent_oks,
Integer n_concurrent_kos)
Adds an interaction with the screen.
|
InfantiumResponse |
ISDK.newBasicInteraction(String t,
String object_type,
String goal_type,
Integer lifetime,
Integer n_concurrent_oks,
Integer n_concurrent_kos) |
InfantiumResponse |
InfantiumSDK.newBasicInteraction(String t,
String object_type,
String goal_type,
Integer lifetime,
Integer n_concurrent_oks,
Integer n_concurrent_kos)
Adds an interaction with the screen.
|
InfantiumResponse |
ISDK.setContentAppUUID(String contentapp_uuid) |
InfantiumResponse |
InfantiumSDK.setContentAppUUID(String contentapp_uuid)
Set Contentapp_uuid from the game or ebook.
|
InfantiumResponse |
ISDK.setContentUUID(String content_uuid) |
InfantiumResponse |
InfantiumSDK.setContentUUID(String content_uuid)
Set the content_uuid from the video or ebook
|
InfantiumResponse |
ISDK.setPlayerUUID(String player_uuid) |
InfantiumResponse |
InfantiumSDK.setPlayerUUID(String player_uuid)
Obtain the information from the player and his related tutor.
|
InfantiumResponse |
ISDK.setSubContentUUID(String subcontent_uuid) |
InfantiumResponse |
InfantiumSDK.setSubContentUUID(String subcontent_uuid)
Set the subContentapp_uuid from the game.
|
InfantiumResponse |
ISDK.startPlaying() |
InfantiumResponse |
InfantiumSDK.startPlaying()
Restarts the Rawdata timestamp.
|
static InfantiumResponse |
InfantiumResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfantiumResponse[] |
InfantiumResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InfantiumResponse |
TappingGoal.validate_goal(List<String> elements_list) |
InfantiumResponse |
SelectionGoal.validate_goal(List<String> elements_list) |
InfantiumResponse |
MatchingGoal.validate_goal(List<String> elements_list) |
InfantiumResponse |
Goal.validate_goal(List<String> elements_list) |