UserNotificationChannel 클래스
- java.
lang. Object - NativeBase
- com.
microsoft. connecteddevices. userdata. usernotifications. UserNotificationChannel
- com.
public class UserNotificationChannel
이 클래스는 애플리케이션에 대한 사용자 알림의 수신 및 관리를 처리하는 알림 변경 판독기를 제공합니다.
생성자 요약
생성자 | Description |
---|---|
UserNotificationChannel(@NonNull UserDataFeed userDataFeed) |
UserNotificationChannel의 새 인스턴스를 만들고 초기화합니다. |
메서드 요약
한정자 및 형식 | 메서드 및 설명 |
---|---|
User |
createReader()
앱 서버에서 게시한 사용자 알림을 받고 관리하는 사용자 알림 읽기 프로그램을 만듭니다. |
User |
createReaderWithOptions(@NonNull UserNotificationReaderOptions options)
옵션을 사용하여 사용자 알림 읽기 프로그램 만들기 |
User |
createReaderWithState(@NonNull String serializedState)
앱 서버에서 게시한 사용자 알림을 받고 관리하는 사용자 알림 읽기 프로그램을 만듭니다. 판독기는 제공된 추적 상태에서 시작됩니다. |
Async |
deleteUserNotificationAsync(@NonNull String notificationId)
ID에 따라 사용자 알림을 삭제합니다. |
User |
getSyncScope()
이 사용자 알림 채널의 동기화 범위를 가져옵니다. |
Async |
getUserNotificationAsync(@NonNull String notificationId)
ID에 따라 사용자 알림을 가져옵니다. |
생성자 세부 정보
UserNotificationChannel
public UserNotificationChannel(@NonNull UserDataFeed userDataFeed)
UserNotificationChannel의 새 인스턴스를 만들고 초기화합니다.
매개 변수:
메서드 세부 정보
createReader
public UserNotificationReader createReader()
앱 서버에서 게시한 사용자 알림을 받고 관리하는 사용자 알림 읽기 프로그램을 만듭니다.
createReaderWithOptions
public UserNotificationReader createReaderWithOptions(@NonNull UserNotificationReaderOptions options)
옵션을 사용하여 사용자 알림 읽기 프로그램 만들기
매개 변수:
createReaderWithState
public UserNotificationReader createReaderWithState(@NonNull String serializedState)
앱 서버에서 게시한 사용자 알림을 받고 관리하는 사용자 알림 읽기 프로그램을 만듭니다. 판독기는 제공된 추적 상태에서 시작됩니다.
매개 변수:
deleteUserNotificationAsync
public AsyncOperation
ID에 따라 사용자 알림을 삭제합니다.
매개 변수:
getSyncScope
public static UserDataFeedSyncScope getSyncScope()
이 사용자 알림 채널의 동기화 범위를 가져옵니다.
getUserNotificationAsync
public AsyncOperation
ID에 따라 사용자 알림을 가져옵니다.
매개 변수: