ViewContentController
public protocol ViewContentController : ContentController
Respresents a type for providing data and handling actions for ViewContentViewController.
-
Undocumented
Declaration
Swift
var responseSetting: ViewContentChallengeResponseSetting { get } -
Boolean that checks if the content has loaded.
Declaration
Swift
var contentHasLoaded: Bool { get set } -
Undocumented
Declaration
Swift
var shareToSocialMediaDelegate: ShareChallengeToSocialMediaDelegate? { get set } -
Share the viewing of content to social media.
Declaration
Swift
func shareToSocialMedia(completion: (() -> Void)?)
View on GitHub
ViewContentController Protocol Reference