core
/
com.moengage.core.model
/
AppStatus
App
Status
enum
AppStatus
Content copied to clipboard
Status of the application.
Author
Umang Chamaria
Entries
Functions
Entries
INSTALL
Link copied to clipboard
INSTALL
Content copied to clipboard
Fresh installation of the app instance.
UPDATE
Link copied to clipboard
UPDATE
Content 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
Content copied to clipboard
values
Link copied to clipboard
open fun
values
():
Array
<
AppStatus
>
Content copied to clipboard