AppService

Functions

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

Create a new app.

Link copied to clipboard
suspend fun get(appId: String): Result<AppResource, Exception>

Get an existing app.

Link copied to clipboard
suspend fun update(appId: String, name: String? = null, icon: Bitmap? = null, platform: Platform? = null, identifier: String? = null, teams: List<String>? = null): Result<AppResource, Exception>

Update an existing app.