UserNotificationUpdateResult Class
- java.
lang. Object - NativeBase
- com.
microsoft. connecteddevices. userdata. usernotifications. UserNotificationUpdateResult
- com.
public class UserNotificationUpdateResult
This class provides the success and failure status for attempts to update a notification’s state.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| UserNotificationUpdateResult(NativeObject nativeObject) | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getNotificationId()
Get the notification id corresponding to this update result. |
| boolean |
getSucceeded()
Get the value of the result - success or fail. |
Constructor Details
UserNotificationUpdateResult
protected UserNotificationUpdateResult(NativeObject nativeObject)
Parameters:
Method Details
getNotificationId
public String getNotificationId()
Get the notification id corresponding to this update result.
getSucceeded
public boolean getSucceeded()
Get the value of the result - success or fail.