- unregisterResources() - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Unregister receiver which receives intent from MqttService avoids IntentReceiver
leaks.
- unsubscribe(String) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Requests the server unsubscribe the client from a topic.
- unsubscribe(String[]) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Requests the server unsubscribe the client from one or more topics.
- unsubscribe(String, Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Requests the server unsubscribe the client from a topics.
- unsubscribe(String[], Object, IMqttActionListener) - Method in class org.eclipse.paho.android.service.MqttAndroidClient
-
Requests the server unsubscribe the client from one or more topics.
- unsubscribe(String, String, String) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Unsubscribe from a topic
- unsubscribe(String[], String, String) - Method in class org.eclipse.paho.android.service.MqttConnection
-
Unsubscribe from one or more topics
- unsubscribe(String, String, String, String) - Method in class org.eclipse.paho.android.service.MqttService
-
Unsubscribe from a topic
- unsubscribe(String, String[], String, String) - Method in class org.eclipse.paho.android.service.MqttService
-
Unsubscribe from one or more topics
- UNSUBSCRIBE_ACTION - Static variable in interface org.eclipse.paho.android.service.MqttServiceConstants
-