WatchFacePushManager.ListWatchFacesResponse


public final class WatchFacePushManager.ListWatchFacesResponse


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

Summary

Public constructors

ListWatchFacesResponse(
    @NonNull List<@NonNull WatchFacePushManager.WatchFaceDetails> installedWatchFaceDetails,
    int remainingSlotCount
)

Public methods

final @NonNull List<@NonNull WatchFacePushManager.WatchFaceDetails>

The list of installed watch face slots.

final 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
public ListWatchFacesResponse(
    @NonNull List<@NonNull WatchFacePushManager.WatchFaceDetails> installedWatchFaceDetails,
    int remainingSlotCount
)

Public methods

getInstalledWatchFaceDetails

Added in 1.3.0-alpha07
public final @NonNull List<@NonNull WatchFacePushManager.WatchFaceDetailsgetInstalledWatchFaceDetails()

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

getRemainingSlotCount

Added in 1.3.0-alpha07
public final int getRemainingSlotCount()

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