다음을 통해 공유


UserDataFeedSubscription 클래스

  • java.lang.Object
    • NativeBase
      • com.microsoft.connecteddevices.userdata.UserDataFeedSubscription

public class UserDataFeedSubscription

#subscribeToSyncScopesWithResultAsync 결과

메서드 요약

한정자 및 형식 메서드 및 설명
Date getExpirationTime()

이 사용자 알림의 만료 시간을 가져옵니다.

List<UserDataFeedSyncScope> getSyncScopes()

현재 구독에 대한 모든 UserDataFeedSyncScope 반환

String getUserNotificationSubscriptionId()

이 사용자 알림에 대해 개발자가 지정한 그룹 ID를 가져옵니다.

메서드 세부 정보

getExpirationTime

public Date getExpirationTime()

이 사용자 알림의 만료 시간을 가져옵니다.

getSyncScopes

public List getSyncScopes()

현재 구독에 대한 모든 UserDataFeedSyncScope 반환

반환:

UserDataFeedSyncScope목록입니다.

getUserNotificationSubscriptionId

public String getUserNotificationSubscriptionId()

이 사용자 알림에 대해 개발자가 지정한 그룹 ID를 가져옵니다.

적용 대상