Set one of the NFC user settings that is available to the user from the device.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_set_setting(nfc_settings_t setting, bool enable)
BlackBerry 10.0.0
User setting that is available to the user from the device. Valid settings must be of type nfc_settings_t.
The desired value of the specified user setting.
This function sets the specified value for the specified user setting. It is important to note that restrictions may apply for some user settings; refer to the nfc_settings_t descriptions for more details.