activateWithError:
Activates the capability.
Declaration
- (BOOL) activateWithError:(NSError **) error;Parameters
- error:
On failure, populated with an error if the capability cannot be activated.
Return Value
YES if the capability was activated, or NO if an error occurred.