startWithAppId

fun startWithAppId(context: <Error class: unknown class>, appId: String, appSignature: String, onStarted: StartCallback)

Initializes Chartboost with the required appId, appSignature, and callback. This method must be called before using cache and show methods.

Parameters

context

Application context.

appId

The Chartboost application ID for this application.

appSignature

The Chartboost application signature for this application.

onStarted

Callback to be invoked when Chartboost has started.