AlertType
public enum AlertType
Update-suggestion UI Alert Type, used to set the desired update workflow
-
Update can be skipped or postponed, presented buttons: Update, Skip, Cancel + Never(must be explicitly enabled with
neverEnabled
property)Declaration
Swift
case skippable
-
Update can’t be skipped but can be postponed, presented buttons: Update, Cancel + Never(must be explicitly enabled with
neverEnabled
property)Declaration
Swift
case unskippable
-
Update can’t be skipped or postponed, presented buttons: Update. App UI will be completely BLOCKED, use carefully
Declaration
Swift
case blocking