Added in API level 36

com.google.wear.services.watchfaces.watchfacepush

Classes

ListWatchFaceSlotsResponse Represents the response of the WatchFacePushManager.listWatchFaceSlots method. 
WatchFacePushManager Watch Face Push APIs that allow a third party to to add, update and remove watch faces using built with the Watch Face Format. 
WatchFaceSlot A watch face slot represents a "place" in the Watch Face Push API where a client app can install a watch face. 

Exceptions

WatchFacePushManager.AddException Exception representing an error of the WatchFacePushManager.addWatchFace method. 
WatchFacePushManager.IsActiveException Exception representing an error of the WatchFacePushManager.isWatchFaceActive method. 
WatchFacePushManager.ListException Exception representing an error of the WatchFacePushManager.listWatchFaceSlots method. 
WatchFacePushManager.ReceiverConnectionException Exception thrown when there is a problem with the Watch Face Receiver Service connection, such as:
  • unsuccessful binding. 
WatchFacePushManager.RemoveException Exception representing an error of the WatchFacePushManager.removeWatchFace method. 
WatchFacePushManager.SetActiveException Exception representing an error of the WatchFacePushManager.removeWatchFace method. 
WatchFacePushManager.UpdateException Exception representing an error of the WatchFacePushManager.updateWatchFace method.