AdswizzSDKDelegate
@objc(AASDKAdswizzSDKDelegate)
public protocol AdswizzSDKDelegate
The AdswizzSDK delegate protocol.
-
Notification from
AdswizzSDKthat recording has started.Declaration
Swift
func adswizzSDKRecordingStarted(_ adswizzSDK: AdswizzSDK)Parameters
adswizzSDKthe AdswizzSDK object
-
Notification from
AdswizzSDKthat recording has stopped.Declaration
Swift
func adswizzSDKRecordingStopped(_ adswizzSDK: AdswizzSDK)Parameters
adswizzSDKthe
AdswizzSDKobject -