Enums

The following enums are available globally.

  • MARK - Siren UpdateType UpdateType defines what kind of update is available It is used as parameter if user wants to use custom alert to inform the user about an update.

    • major: Major release available: A.b.c.d
    • minor: Minor release available: a.B.c.d
    • patch: Patch release available: a.b.C.d
    • revision: Revision release available: a.b.c.D
    • unknown: No information available about the update
    See more

    Declaration

    Swift

    public enum UpdateType: String