Structure
Media
public struct Media: Wrapped
A struct
representing a Media
.
Relationships
Nested Types
Media.Version
A
struct
representing some contentVersion
.Media.Picture
A
struct
representing aPicture
.Media.Video
A
struct
representing aVideo
.Media.Content
An
enum
holding reference to the actualMedia
content.Media.Unit
A
struct
representing aMedia
single response.Media.Collection
A
struct
representing aMedia
collection.Media.Link
A
struct
defining a media permalink.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |
Properties
wasLikedByYou
public var wasLikedByYou: Bool?
Whether the current user has liked the media or not.