WatchFacePushManager.ListWatchFacesResponse


class WatchFacePushManager.ListWatchFacesResponse


Represents the response from listing watch faces. See WatchFacePushManager.listWatchFaces

Summary

Public constructors

ListWatchFacesResponse(
    installedWatchFaceDetails: List<WatchFacePushManager.WatchFaceDetails>,
    remainingSlotCount: Int
)

Public properties

List<WatchFacePushManager.WatchFaceDetails>

The list of installed watch face slots.

Int

The remaining number of slots that can be used by this application to add more watch faces.

Public constructors

ListWatchFacesResponse

Added in 1.3.0-alpha07
ListWatchFacesResponse(
    installedWatchFaceDetails: List<WatchFacePushManager.WatchFaceDetails>,
    remainingSlotCount: Int
)

Public properties

installedWatchFaceDetails

Added in 1.3.0-alpha07
val installedWatchFaceDetailsList<WatchFacePushManager.WatchFaceDetails>

The list of installed watch face slots. This list only contains watch faces that were added by the calling application.

remainingSlotCount

Added in 1.3.0-alpha07
val remainingSlotCountInt

The remaining number of slots that can be used by this application to add more watch faces.