UserDataFeedSubscription Class

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

public class UserDataFeedSubscription

Result of #subscribeToSyncScopesWithResultAsync

Method Summary

Modifier and Type Method and Description
Date getExpirationTime()

Gets the expiration time for this user notification.

List<UserDataFeedSyncScope> getSyncScopes()

Return all UserDataFeedSyncScope for the current subscription

String getUserNotificationSubscriptionId()

Gets the developer specified group id for this user notification.

Method Details

getExpirationTime

public Date getExpirationTime()

Gets the expiration time for this user notification.

getSyncScopes

public List getSyncScopes()

Return all UserDataFeedSyncScope for the current subscription

Returns:

getUserNotificationSubscriptionId

public String getUserNotificationSubscriptionId()

Gets the developer specified group id for this user notification.

Applies to