abra-api
Toggle table of contents
1.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
abra-api
abra-api
/
ai.abra.api.service
/
AppService
App
Service
class
AppService
Members
Functions
create
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.
get
Link copied to clipboard
suspend
fun
get
(
appId
:
String
)
:
Result
<
AppResource
,
Exception
>
Get an existing app.
update
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.