InstreamCustomClickConnector

@objc(YMAInstreamCustomClickConnector)
public protocol InstreamCustomClickConnector

Describes methods that should be called on custom click API state changes.

  1. connectToLeaveApplicationEvent()
  2. connectToReturnToApplicationEvent()

connectToLeaveApplicationEvent()

The method should be called as a reaction to user interaction beginning

Declaration

Swift

func connectToLeaveApplicationEvent()

connectToReturnToApplicationEvent()

The method should be called as a reaction to user interaction ending.

Declaration

Swift

func connectToReturnToApplicationEvent()