IOSSystemInterfaceFactory
@interface IOSSystemInterfaceFactory : NSObject
Default IOSSystemInterfaceFactory provided by Conviva.
Use this to get an instance of SystemInterface.
Alternatively, you can develop your own SystemInterface.
-
Builds a system interface factory for iOS/tvOS.
Declaration
Objective-C
+ (id<CISSystemInterfaceProtocol>)initializeWithSystemInterface;Swift
class func initializeWithSystemInterface() -> CISSystemInterfaceProtocol!Return Value
CISSystemInterfaceProtocol instance for iOS/tvOS.
IOSSystemInterfaceFactory Class Reference