SecureBlackbox 2020 iOS Edition

Questions / Feedback?

attachImage (method)

Creates an image attachment from a memory buffer.

Syntax

- (int)attachImage:(NSString*)ID :(NSData*)data;
public func attachImage(_ ID: String, _ data: Data) throws -> Int32

Remarks

Use this method to create a picture attachment from a memory buffer. Use Attachments property to provide further attachment details.

The method returns the index of the new attachment in the Attachments list.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]