Package ai.meson.sdk
Object MesonSdk.Companion
-
- All Implemented Interfaces:
public class MesonSdk.Companion extends BaseMesonInit
-
-
Field Summary
Fields Modifier and Type Field Description private final String
MES_GDPR_CONSENT_AVAILABLE
private final String
MES_GDPR_CONSENT_GDPR_APPLIES
private final String
MES_GDPR_CONSENT_IAB
public final static MesonSdk.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description Unit
initialize(MesonSdkConfiguration configuration, MesonSdkInitializationListener listener)
String
getSDKVersion()
Boolean
isSDKInitialized()
final Unit
presentTestSuite()
-
Methods inherited from class ai.meson.common.sdk.BaseMesonInit
cleanUserInfo, getConsent, getExtras, getMES_GDPR_CONSENT_AVAILABLE, getMES_GDPR_CONSENT_GDPR_APPLIES, getMES_GDPR_CONSENT_IAB, getPPID, setConsent, setExtras, setLocation, setLogLevel, setPPID, updateGDPRConsent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
initialize
Unit initialize(MesonSdkConfiguration configuration, MesonSdkInitializationListener listener)
-
getSDKVersion
String getSDKVersion()
-
isSDKInitialized
Boolean isSDKInitialized()
-
presentTestSuite
final Unit presentTestSuite()
-
-
-
-