UserNotificationReaderStartPosition Enum

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

public enum UserNotificationReaderStartPosition

Contains values that determines the position where any new change in the reader starts – new incoming user notification or new incoming state updates.

Fields

BEGINNING

Read from beginning.

END

Read from end.

Methods

fromInt(int value)

public static UserNotificationReaderStartPosition fromInt(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to