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.
app Id
Helium appID from helium dashboard
app Signature
Chartboost Mediation appSignature from helium dashboard
options
Chartboost Mediation initialization options, if any
helium Sdk Listener
Callback when the SDK finished starting