InstreamCustomClickConnector
@available(*, deprecated, message: "InstreamCustomClickConnector will be removed in future versions.")
@objc(YMAInstreamCustomClickConnector)
public protocol InstreamCustomClickConnector
Describes methods that should be called on custom click API state changes.
-
The method should be called as a reaction to user interaction beginning.
Declaration
Swift
func connectToLeaveApplicationEvent()
-
The method should be called as a reaction to user interaction ending.
Declaration
Swift
func connectToReturnToApplicationEvent()