Essential Kit
Loading...
Searching...
No Matches
PromptUpdateOptions

Represents the options for prompting an update to the user. Use the PromptUpdateOptions.Builder to create an instance of this class. More...

Classes

class  Builder
 Builder class for constructing PromptUpdateOptions instances. More...
 

Properties

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.
 

Detailed Description


Property Documentation

◆ AllowInstallationIfDownloaded

bool AllowInstallationIfDownloaded = true
get
Note
Default value is true
If force update is enabled, this option will be considered as true.