Structure
TrayItem
public struct TrayItem: Wrapped
A struct
representing a TrayItem
.
Relationships
Nested Types
TrayItem.Unit
A
struct
representing aTrayItem
single response.TrayItem.Collection
A
struct
representing aTrayItem
collection.TrayItem.Dictionary
A
struct
representing aTrayItem
dictionary.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
Name | Type | Description |
---|---|---|
wrapper | @escaping () -> Wrapper |
A valid |
Properties
containsCloseFriendsExclusives
public var containsCloseFriendsExclusives: Bool?
Whether the tray has content the logged in user can see being a close friend.