AppStatus

enum AppStatus

Status of the application.

Author

Umang Chamaria

Entries

INSTALL
Link copied to clipboard

Fresh installation of the app instance.

UPDATE
Link copied to clipboard

App was already present and user has updated the app.

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): AppStatus
values
Link copied to clipboard
open fun values(): Array<AppStatus>