startEngine

fun startEngine(context: Context, appKey: String)

Initialises The Marigold Mobile SDK. See documentation Connecting to Marigold Mobile for usage.

Parameters

context

Application Context

appKey

The App Key of your application on the Marigold Mobile platform.

Throws

if context is null or if appKey is null or invalid.