pushProfiles

public enum pushProfiles : Int

Enum the possible app profiles for push notifications

  • one

    First profile

    Declaration

    Swift

    case one = 1
  • two

    Second profile

    Declaration

    Swift

    case two = 2
  • Third profile

    Declaration

    Swift

    case three = 3