ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.content.models
/
ArcXPContentCallback
Arc
XPContent
Callback
interface
ArcXPContentCallback
Content copied to clipboard
callback interface
override related methods to receive response or errors
Functions
Functions
on
Error
Link copied to clipboard
open
fun
onError
(
error
:
ArcXPException
)
Content copied to clipboard
on
Get
Collection
Success
Link copied to clipboard
open
fun
onGetCollectionSuccess
(
response
:
Map
<
Int
,
ArcXPContentElement
>
)
Content copied to clipboard
on
Get
Content
Success
Link copied to clipboard
open
fun
onGetContentSuccess
(
response
:
ArcXPContentElement
)
Content copied to clipboard
on
Get
Json
Success
Link copied to clipboard
open
fun
onGetJsonSuccess
(
response
:
String
)
Content copied to clipboard
on
Get
Sections
Success
Link copied to clipboard
open
fun
onGetSectionsSuccess
(
response
:
List
<
ArcXPSection
>
)
Content copied to clipboard
on
Get
Story
Success
Link copied to clipboard
open
fun
onGetStorySuccess
(
response
:
ArcXPStory
)
Content copied to clipboard
on
Search
Success
Link copied to clipboard
open
fun
onSearchSuccess
(
response
:
Map
<
Int
,
ArcXPContentElement
>
)
Content copied to clipboard