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