start With App Id
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.
app Id
The Chartboost application ID for this application.
app Signature
The Chartboost application signature for this application.
on Started
Callback to be invoked when Chartboost has started.