ArcXPContentCallback

interface ArcXPContentCallback

callback interface

override related methods to receive response or errors

Functions

Link copied to clipboard
open fun onError(error: ArcXPException)
Link copied to clipboard
open fun onGetCollectionSuccess(response: Map<Int, ArcXPContentElement>)
Link copied to clipboard
open fun onGetContentSuccess(response: ArcXPContentElement)
Link copied to clipboard
open fun onGetJsonSuccess(response: String)
Link copied to clipboard
open fun onGetSectionsSuccess(response: List<ArcXPSection>)
Link copied to clipboard
open fun onGetStorySuccess(response: ArcXPStory)
Link copied to clipboard
open fun onSearchSuccess(response: Map<Int, ArcXPContentElement>)