共用方式為


UserNotificationReadStateFilter 列舉

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

public enum UserNotificationReadStateFilter

包含值,指出建立通知讀取器時的讀取狀態篩選。 這會決定應用程式是否要接收所有通知、僅讀取通知,或只接收未讀取的通知。

欄位

ANY

任何狀態。

READ

唯讀狀態。

UNREAD

僅限未讀取狀態。

方法

fromInt(int value)

public static UserNotificationReadStateFilter fromInt(int value)

參數

value
int

傳回

getValue()

public int getValue()

傳回

int

適用於