start

fun start(context: Context, appId: String, appSignature: String, options: HeliumInitializationOptions? = null, heliumSdkListener: HeliumSdk.HeliumSdkListener?)

Starts the Helium SDK. Call this before using any other SDK components. This method can only be run once

Parameters

context

Recommended to be an activity context.

appId

Helium appID from helium dashboard

appSignature

Chartboost Mediation appSignature from helium dashboard

options

Chartboost Mediation initialization options, if any

heliumSdkListener

Callback when the SDK finished starting