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