AppStatus
What stage and availability the app is in
enum AppStatus {
DRAFT
PRIVATE
PUBLIC
}
Values
AppStatus.DRAFT
The app is in the process of being created
AppStatus.PRIVATE
The app is available to install, but only through shared links
AppStatus.PUBLIC
The app is available to install, and is searchable/discoverable
Member of
PublicApp
object