AdditionalField

public enum AdditionalField

Supplementary fields that may be added to some event types as the need arises

  • Whether the user selected to keep the login status persistent

    Declaration

    Swift

    case keepLoggedIn(Bool)
  • if there’s a teaser or not

    Declaration

    Swift

    case teaser(Bool)