SecureBlackbox 2020 iOS Edition

Questions / Feedback?

getEntryValueStr (method)

Returns the content stored in a field of the entry as a string.

Syntax

- (NSString*)getEntryValueStr:(NSString*)entryName :(NSString*)fieldName;
public func getEntryValueStr(_ entryName: String, _ fieldName: String) throws -> String

Remarks

Call this method to obtain the data associated with the FieldName field of the EntryName entry in the string form.

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