-
public class MenigaSDKRoot of the Meniga SDK project.
-
-
Field Summary
-
Method Summary
Modifier and Type Method Description static PersistenceDelegateexecutor()Returns the current MenigaAPI client. static voidinit(MenigaSettings settings)This is the entry point to the SDK. static voidclearSettings()Clears all settings and flat and resets the SDK.Only used internally. static MenigaSettingsgetMenigaSettings()Returns the current Meniga settings used by the SDK. -
-
Method Detail
-
executor
static PersistenceDelegate executor()
Returns the current MenigaAPI client.
-
init
static void init(MenigaSettings settings)
This is the entry point to the SDK. Pass in a MenigaServerSettings and after initialization the SDK can be used.
- Parameters:
settings- MenigaServerSettings object that has all the required settings set.
-
clearSettings
static void clearSettings()
Clears all settings and flat and resets the SDK.Only used internally.
-
getMenigaSettings
static MenigaSettings getMenigaSettings()
Returns the current Meniga settings used by the SDK.
-
-
-
-