ContextInfo
public struct ContextInfo
The context of the ContextInfoDelegate
-
<#Description#>
Declaration
Swift
public let contextType: ContextType -
The name of the ProvideContextDelegate.
Declaration
Swift
public let name: String -
The state of the ProvideContextDelegate.
Declaration
Swift
public let payload: AnyHashable -
<#Description#>
Declaration
Swift
public init(contextType: ContextType, name: String, payload: AnyHashable)Parameters
contextType<#contextType description#>
name<#name description#>
payload<#payload description#>
View on GitHub
ContextInfo Structure Reference