Taro.offHCEMessage(callback)
Un-listens on the event of receiving NFC device messages.
Type
(callback: (...args: any[]) => any) => void
Parameters
Property | Type | Description |
---|---|---|
callback | (...args: any[]) => any | The callback function for the event of receiving NFC device messages. |
API Support
API | WeChat Mini-Program | H5 | React Native |
---|---|---|---|
Taro.offHCEMessage | ✔️ |