Represents the options for prompting an update to the user. Use the PromptUpdateOptions.Builder to create an instance of this class.
More...
|
|
bool | IsForceUpdate [get] |
| | Gets a value indicating whether the update is mandatory.
|
| |
|
string | Title [get] |
| | Gets the title of the update prompt.
|
| |
|
string | Message [get] |
| | Gets the message of the update prompt.
|
| |
| bool | AllowInstallationIfDownloaded = true [get] |
| | Gets a value indicating whether the update can be installed if it has already been downloaded.
|
| |
◆ AllowInstallationIfDownloaded
| bool AllowInstallationIfDownloaded = true |
|
get |
- Note
- Default value is true
-
If force update is enabled, this option will be considered as true.