HSBeaconContactFormAttachment

Objective-C

@protocol HSBeaconContactFormAttachment

Swift

protocol HSBeaconContactFormAttachment

A file attached to the new conversation contact form.

  • The attachment filename

    Declaration

    Objective-C

    - (nonnull NSString *)filename;

    Swift

    func filename() -> String
  • The raw content of the attached file.

    Declaration

    Objective-C

    - (nullable NSData *)data;

    Swift

    func data() -> Data?