RelatedContentEventTypes
@available(*, deprecated, message: "This structure will be removed with the next major release.")
public struct RelatedContentEventTypes
The RelatedContentEvent
types.
-
Fired when the
RelatedContent.sources
change.Declaration
Swift
public static var RELATED_CONTENT_CHANGE: EventType<RelatedContentChangeEvent>
-
Fired when the
RelatedContent
UI is displayed.Declaration
Swift
public static var RELATED_CONTENT_SHOW: EventType<UiRelatedContentShowEvent>
-
Fired when the
RelatedContent
UI is dismissed.Declaration
Swift
public static var RELATED_CONTENT_HIDE: EventType<UiRelatedContentHideEvent>