Protocols
The following protocols are available globally.
-
Listens to viewablity events for a view
Can be attached to an instance of UIView or its subclass by calling
See moretrackView
on itDeclaration
Swift
public protocol ViewabilityListener : AnyObject
-
A tracking condition attached to a view instance
Can be attached to an instance of UIView or its subclass by calling
See moretrackView
on itDeclaration
Swift
public protocol ViewCondition