UserNotificationUserActionStateFilter Enum

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

public enum UserNotificationUserActionStateFilter

Contains values that indicates a user action state filter when creating a notification reader. This determines whether the app wants to receive all notifications, dismissed ones only, activated ones only, or etc.

Fields

ACTIVATED

Activated state only.

ANY

Filter with any action state.

DISMISSED

Dismissed state only.

NO_INTERACTION

NoInteraction state only.

SNOOZED

Snoozed state only.

Methods

fromInt(int value)

public static UserNotificationUserActionStateFilter fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to