unRegisterForMessage abstract method

void unRegisterForMessage(
  1. MqttMessageType msgType
)

Unregisters the specified callbacks so it not longer receives messages of the specified type. The message type the callback currently receives

Implementation

void unRegisterForMessage(MqttMessageType msgType);