create

suspend fun create(organisationId: String, name: String, platform: Platform, identifier: String, icon: Bitmap?, teams: List<String>?): Result<AppResource, Exception>

Create an app.

Parameters

organisationId

The organisation ID.

name

The name of the app.

platform

The Platform of the app.

identifier

The bundle identifier of the app.

icon

The icon Bitmap of the app (optional).

teams

List of teams which is associated with this app (optional).