InPlayerEnvironmentType

public enum InPlayerEnvironmentType : String

Project environment types

  • Sets project environment to production (default)

    Declaration

    Swift

    case production
  • Sets project environment to debug

    Declaration

    Swift

    case debug
  • Sets project environment to staging

    Declaration

    Swift

    case staging