isSDkInitialized property
Check if the SDK has initialized
Returns
- True if the SDK has been initialized, false otherwise
Implementation
static bool get isSDkInitialized {
return GemKitPlatform.instance.isSdkInitialized();
}
Check if the SDK has initialized
Returns
static bool get isSDkInitialized {
return GemKitPlatform.instance.isSdkInitialized();
}