UserNotificationReadStateFilter 열거형
- java.
lang. Object - java.
lang. Enum<UserNotificationReadStateFilter> - com.
microsoft. connecteddevices. userdata. usernotifications. UserNotificationReadStateFilter
- com.
- java.
public enum UserNotificationReadStateFilter
알림 판독기를 만들 때 읽기 상태 필터를 나타내는 값을 포함합니다. 이렇게 하면 앱이 모든 알림을 받을지, 읽은 알림만 수신할지, 읽지 않은 알림만 수신할지를 결정합니다.
필드
ANY |
모든 상태입니다. |
READ |
읽기 전용입니다. |
UNREAD |
읽지 않은 상태만. |
메서드
fromInt(int value)
public static UserNotificationReadStateFilter fromInt(int value)
매개 변수
- value
- int
반환
getValue()
public int getValue()
반환
int