_ObjCTheme

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKTheme)
public final class _ObjCTheme : NSObject

This class should only be used if you are using Objective-C. It is a wrapper class for Theme. For more information about the type, please take a look at the documentation for Theme.

  • The dark theme. This property should only be used if you are using Objective-C.

    Declaration

    Swift

    @objc(dark)
    public static var _objCDark: _ObjCTheme { get }
  • The light theme. This property should only be used if you are using Objective-C.

    Declaration

    Swift

    @objc(light)
    public static var _objCLight: _ObjCTheme { get }
  • The dynamic theme. This property should only be used if you are using Objective-C.

    Declaration

    Swift

    @available(iOS 13.0, *)
    @objc(dynamic)
    public static var _objCDynamic: _ObjCTheme { get }