JWRelatedInteraction
@objc
public enum JWRelatedInteraction : Int
extension JWRelatedInteraction: CustomStringConvertible
Constants representing observed interactions with the related menu.
-
The user has interacted with the menu.
Declaration
Swift
case user
-
The end of the content was reached, and the menu was interacted with automatically.
Declaration
Swift
case contentComplete
-
Content began playing, so the menu’s state changed.
Declaration
Swift
case autostart
-
Declaration
Swift
public var description: String { get }