public interface ZendriveStateCallback
Zendrive.getZendriveState(Context, ZendriveStateCallback). 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(ZendriveState zendriveState)  | 
void onComplete(@Nullable ZendriveState zendriveState)
zendriveState - The ZendriveState object that contains information about
               the current state of the Zendrive SDK.
               If the SDK is not set up, this parameter is null.