-
public class MenigaSDK
Root of the Meniga SDK project.
-
-
Field Summary
-
Method Summary
Modifier and Type Method Description static PersistenceDelegate
executor()
Returns the current MenigaAPI client. static void
init(MenigaSettings settings)
This is the entry point to the SDK. static void
clearSettings()
Clears all settings and flat and resets the SDK.Only used internally. static MenigaSettings
getMenigaSettings()
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.
-
-
-
-