Intent

@available(iOS 12.0, *)
@objc(BDKIntent)
public protocol Intent : NSObjectProtocol

Represents a request for an action that the SDK should fulfil on behalf of the user.

  • The intent unique identifier.

    Declaration

    Swift

    @objc(UUID)
    var uuid: UUID { get }