public interface HKHumanInterface
Modifier and Type | Method and Description |
---|---|
void |
onAnimationComplete()
Called when the current is done running
|
void |
onChapterTransition(java.lang.String chapterID)
Called when a new chapter is loaded by the scene
|
void |
onModuleInit()
Called when initialization is complete for a scene
|
void |
onModuleLoaded()
Called when loading is complete for a scene
|
void |
onObjectDeselected(java.lang.String objectID)
Called when an object is deselected in the scene
|
void |
onObjectSelected(java.lang.String objectID)
Called when an object is selected in the scene
|
void |
onScreenshot(android.graphics.Bitmap image)
Called when a screenshot is returned from the SDK
|
void onModuleInit()
void onModuleLoaded()
void onObjectSelected(java.lang.String objectID)
objectID
- String id of the selected objectvoid onObjectDeselected(java.lang.String objectID)
objectID
- String id of the selected objectvoid onChapterTransition(java.lang.String chapterID)
chapterID
- String id of the current chaptervoid onAnimationComplete()
void onScreenshot(android.graphics.Bitmap image)
image
- Bitmap representation of the saved screenshot