Insights
Search…
Introduction
A standard integration
FAQ
FAQ
SDK
Getting Started
Appendix
API Reference
Android
VehicleCrashDetection
InitState
MetaUserLinker
MetaUserLinkerAsync
MetaUserLinkerCallback
OnInitCallback
OnSdkStatusUpdateHandler
OnStartFinishedHandler
PoiAddress
PoiLocation
PointOfInterest
PoiPlace
ResetCallback
ResetFailureReason
SdkConfig
SdkException
SdkStatus
Sentiance
SubmitDetectionsCallback
StationaryInfo
Token
TokenResultCallback
Trip
TripInfo
TripProfile
TripProfileConfig
TripProfileListener
UserActivity
UserActivityListener
UserActivityType
iOS
React Native
Battery Optimization
How To
Troubleshooting
Changelog
Important topics
Authentication and Authorization
User linking
PlayStore Location Access Review
Privacy Report & Dashboard
Vehicle Crash Detection
Library
Events
Moments
Segments
Glossary
Backend
GraphQL
REST API Reference
Offloads
Data Reference
Data Explorer
Data Explorer
Guide
Firehose
Verifying your integration
SDK Standard License
Journeys License
Journeys Application
Journeys Privacy Policy
Technical & Organizational Measures
Powered By GitBook
ResetCallback
This interface is used with reset(ResetCallback).

ResetCallback API

onResetFailure()

1
void onResetFailure(ResetFailureReason reason)
Copied!
Called when the SDK reset fails.
Parameters
​
reason
A ResetFailureReason enum indicating the failure reason.

onResetSuccess()

1
void onResetSuccess()
Copied!
Called when the SDK reset completes.
Previous
PoiPlace
Next
ResetFailureReason
Last modified 3mo ago
Copy link
Contents
ResetCallback API
onResetFailure()
onResetSuccess()