public interface ZendriveSettingsCallback
Zendrive.getZendriveSettings(Context, ZendriveSettingsCallback). Callback will be made
on calling thread if it's Looper is already prepared, else the callback is
made on the Main Thread.| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(ZendriveSettings config) |
void onComplete(@Nullable ZendriveSettings config)
config - The ZendriveSettings object that contains information about
errors and warning affecting the Zendrive SDK.
If the SDK is not set up, this parameter is null.