create

fun create(appId: String): App

Create an App with default settings.

Parameters

appId

the App Services App ID.


fun create(configuration: AppConfiguration): App

Create an App according to the given AppConfiguration.

Parameters

configuration

the configuration to use for this App instance.

See also