ActivityMetadataRepresentable
public protocol ActivityMetadataRepresentable
A protocol for Action input types to conform to, to supply metadata for NSUserActivity when used
with the Activities feature.
-
Implementations must return their metadata. Call
ActivityMetadata.buildto use the builder to create instances of this type.Declaration
Swift
var metadata: ActivityMetadata { get }
View on GitHub
ActivityMetadataRepresentable Protocol Reference