Validate the authenticity of a transaction notification.
#include "nfc/nfc_se_transaction.h"
NFC_API nfc_result_t nfc_se_transaction_check_source_gid(int64_t sourceGid)
BlackBerry 10.3.0
The provided GID to verify against the NFC services.
A transaction notification that an application receives contains the group ID (GID) of the source process. Call this function to verify that the source of the received notification is the NFC service, not another application. The GID of an authentic transaction notification is added by the operating system and cannot be spoofed.