Home > @magiclane/maps-sdk > AutoUpdateSettings > onAutoUpdateComplete
AutoUpdateSettings.onAutoUpdateComplete property
Callback to be called when an auto update is completed Provides the content type and the error code
Signature:
readonly onAutoUpdateComplete?: (type: ContentType, error: GemError) => void;