userUninstallSettings property
User uninstall settings of the custom app.
Optional. Possible string values are:
- "USER_UNINSTALL_SETTINGS_UNSPECIFIED" : Unspecified. Defaults to DISALLOW_UNINSTALL_BY_USER.
- "DISALLOW_UNINSTALL_BY_USER" : User is not allowed to uninstall the custom app.
- "ALLOW_UNINSTALL_BY_USER" : User is allowed to uninstall the custom app.
Implementation
core.String? userUninstallSettings;