NfcShareSetContentError
Since: BlackBerry 10.0.0
#include <bb/system/NfcShareSetContentError>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The list of errors that can occur when setting the content to share by using NFC.
The values in this enumeration describe the return value of the methods. bb::system::NfcShareManager::setShareContent(const bb::system::NfcShareFilesContent&) and bb::system::NfcShareManager::setShareContent(const bb::system::NfcShareDataContent&).
Overview
Public Types Index
enum TypeNone 0, TransferInProgress 1, InvalidShareMode 2, InvalidShareRequest 3, Unknown 4 |
Public Types
The list of errors that can occur when setting the content to share using NFC.
BlackBerry 10.0.0
- None 0
No error.
- TransferInProgress 1
The content to be shared using NFC could not be updated because the device is currently transferring content using NFC.
Since:BlackBerry 10.0.0
The content to be shared using NFC could not be updated because its type does not match the current share mode of the NfcShareManager object.
Since:BlackBerry 10.0.0
The content to be shared using NFC was not updated because the supplied request object was invalid.
The NfcShareFilesContent or NfcShareDataContent object does not form a valid description of the content to be shared.
Since:BlackBerry 10.0.0
- Unknown 4
The data to be shared using NFC was not updated because of an expected error.
Since:BlackBerry 10.0.0