ConnectedDevicesProcessNotificationOperation Class
- java.
lang. Object - NativeBase
- com.
microsoft. connecteddevices. ConnectedDevicesProcessNotificationOperation
- com.
public class ConnectedDevicesProcessNotificationOperation
The result of giving a notification to the Rome platform for processing. <xrefsect id="deprecated_1_deprecated000006"><xreftitle>Deprecated</xreftitle><xrefdescription>
Use ConnectedDevicesNotification instead
</xrefdescription></xrefsect>Method Summary
| Modifier and Type | Method and Description |
|---|---|
| boolean |
getIsConnectedDevicesNotification()
Return whether this is notification that will be handled by Rome. |
|
Async |
waitForCompletionAsync()
Wait for the notification to finish being handled. |
Method Details
getIsConnectedDevicesNotification
public boolean getIsConnectedDevicesNotification()
Return whether this is notification that will be handled by Rome.
Returns:
waitForCompletionAsync
public AsyncOperation
Wait for the notification to finish being handled.
Returns: