public interface MethodCallback
| Modifier and Type | Method and Description |
|---|---|
DirectMethodResponse |
onMethodInvoked(java.lang.String methodName,
DirectMethodPayload methodPayload,
java.lang.Object context)
The
|
DirectMethodResponse onMethodInvoked(java.lang.String methodName, DirectMethodPayload methodPayload, java.lang.Object context)
methodName - The name of the method being invoked.methodPayload - The payload of the method being invoked. May be nullcontext - The context set when subscribing to direct methods. Will be null if no context was set when subscribing.Copyright © 2023. All rights reserved.