ConnectedDevicesProcessNotificationOperation Class

  • java.lang.Object
    • NativeBase
      • com.microsoft.connecteddevices.ConnectedDevicesProcessNotificationOperation

public class ConnectedDevicesProcessNotificationOperation

The result of giving a notification to the Rome platform for processing.

Method Summary

Modifier and Type Method and Description
boolean getIsConnectedDevicesNotification()

Return whether this is notification that will be handled by Rome.

AsyncOperation<Void> 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:

This notification will be handled by Rome.

waitForCompletionAsync

public AsyncOperation waitForCompletionAsync()

Wait for the notification to finish being handled.

Returns:

Result of wait for notification completion.

Applies to