WLWebFrameworkInitResult Class Reference
Inherits from | NSObject |
Declared in | WLWebFrameworkInitResult.h |
Overview
The result object containing information about the IBM MobileFirst Platform web framework initialization status. .
Properties
data
Additional web framework initialization data, e.g. the amount of required space on the device.
@property (nonatomic, strong, readonly) NSDictionary *data
Discussion
When the StatusCode WLWebFrameworkInitResultFailureNotEnoughSpace is returned, accessing the data dictionary with the string “spaceRequired” as key returns the amount of required space, in bytes.
Declared In
WLWebFrameworkInitResult.h