SecureBlackbox 2020 iOS Edition

Questions / Feedback?

userData (property)

Contains uninterpreted user-defined data that should be associated with the user account, such as comments or custom settings.

Syntax

- (NSString*)userData:(int)userIndex;
- (void)setUserData:(int)userIndex:(NSString*)newUserData;
public func userData(userIndex: Int32) throws -> String
public func setUserData(userIndex: Int32, newUserData: String) throws -> Void

Default Value

""

Remarks

Contains uninterpreted user-defined data that should be associated with the user account, such as comments or custom settings.

The UserIndex parameter specifies the index of the item in the array. The size of the array is controlled by the UserCount property.

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