start

@JvmOverloads
@JvmStatic
fun start(application: Application, vararg services: MobileService, apiKey: String? = null, pubKey: String? = null)

Starts the application with the services. The instance of each service will be notified with the application states at different occasions, then they can execute their logic according to the state.