Maps and Navigation SDK
2.0.0-rc18
androidJvm
com.tomtom.sdk.personaldata:personal-data-common
/
com.tomtom.sdk.personaldata
/
UserProfileCallback
User
Profile
Callback
interface
UserProfileCallback
:
Callback
<
UserProfile
,
UserProfileFailure
>
Callback that reports when a
UserProfile
or
UserProfileFailure
is received.
See also
Personal
Data
Members
Inherited functions
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
failure
:
UserProfileFailure
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
result
:
UserProfile
)