public class SDKReadinessGates extends Object
| Constructor and Description |
|---|
SDKReadinessGates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSDKReady() |
void |
sdkInternalReady() |
boolean |
waitUntilInternalReady(long milliseconds)
Returns true if the SDK is ready.
|
public boolean waitUntilInternalReady(long milliseconds)
throws InterruptedException
milliseconds - time to wait for an answer. if the value is zero or negative, we will not
block for an answer.InterruptedException - if this operation was interrupted.public boolean isSDKReady()
public void sdkInternalReady()
Copyright © 2021. All rights reserved.