getDataNames

Retrieves information about the data names stored in the vault.

The application can pass the data names to getValue or getString to retrieve the data values.

Syntax

- (NSArray *)getDataNames;

Parameters

None.

Returns

Returns a list of objects of type DVDataName.

Examples