iOSCamera

public enum iOSCamera : String

Constants to represent various cameras for iOS. These are generic settings, future versions of the SDK will enumerate settings for all specific camera types

  • The front camera

    Declaration

    Swift

    case front = "Front Camera"
  • The back camera

    Declaration

    Swift

    case back = "Back Camera"