SBSDKImageFileFormat

enum SBSDKImageFileFormat : NSInteger {}

Enumeration of supported image file types.

  • The image file is a PNG.

    Declaration

    Objective-C

    SBSDKImageFileFormatPNG

    Swift

    case PNG = 0
  • The image file is a JPEG.

    Declaration

    Objective-C

    SBSDKImageFileFormatJPEG

    Swift

    case JPEG = 1