CustomVarType

@objc public enum CustomVarType: Int

CustomVarType - different type will have a different processing

  • app: App custom variable type
  • screen: Screen custom variable type
  • app

    app

    Declaration

    Swift

    case app = 0
  • screen

    Declaration

    Swift

    case screen = 1