UserNotificationStatus Enum

  • java.lang.Object
    • java.lang.Enum<UserNotificationStatus>
      • com.microsoft.connecteddevices.userdata.usernotifications.UserNotificationStatus

public enum UserNotificationStatus

Contains values that determines whether the notification is deleted or not. Deleted notifications will still be in the notification store and be returned by the reader before the platform cleanup happens. A corresponding reader filter *UserNotificationStatusFilter* can be applied to prevent these notifications from showing up in notification reader.

Fields

ACTIVE

Active status.

DELETED

Deleted status.

Methods

fromInt(int value)

public static UserNotificationStatus fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to