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.build to use the builder to create instances of this type.

    Declaration

    Swift

    var metadata: ActivityMetadata { get }