Stay organized with collections
Save and categorize content based on your preferences.
Provides access to the Watch Face Push APIs
Interfaces
WatchFacePushManager |
The Watch Face Push API allows a Wear OS app to install a watch face on a watch programmatically.
|
Classes
Exceptions
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-06-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-23 UTC."],[],[],null,["# androidx.wear.watchfacepush\n===========================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/wear/watchfacepush/package-summary \"View this page in Kotlin\") \\|Java\n\nProvides access to the Watch Face Push APIs\n\nInterfaces\n----------\n\n|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| [WatchFacePushManager](/reference/androidx/wear/watchfacepush/WatchFacePushManager) | The Watch Face Push API allows a Wear OS app to install a watch face on a watch programmatically. |\n\nClasses\n-------\n\n|-----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|\n| [WatchFacePushManager.ListWatchFacesResponse](/reference/androidx/wear/watchfacepush/WatchFacePushManager.ListWatchFacesResponse) | Represents the response from listing watch faces. |\n| [WatchFacePushManager.WatchFaceDetails](/reference/androidx/wear/watchfacepush/WatchFacePushManager.WatchFaceDetails) | Details about a watch face that is installed through this API. |\n| [WatchFacePushManagerFactory](/reference/androidx/wear/watchfacepush/WatchFacePushManagerFactory) | |\n\nExceptions\n----------\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [WatchFacePushManager.AddWatchFaceException](/reference/androidx/wear/watchfacepush/WatchFacePushManager.AddWatchFaceException) | An exception that can be thrown by [addWatchFace](/reference/androidx/wear/watchfacepush/WatchFacePushManager#addWatchFace(android.os.ParcelFileDescriptor,kotlin.String)) |\n| [WatchFacePushManager.IsWatchFaceActiveException](/reference/androidx/wear/watchfacepush/WatchFacePushManager.IsWatchFaceActiveException) | An exception that can be thrown by [isWatchFaceActive](/reference/androidx/wear/watchfacepush/WatchFacePushManager#isWatchFaceActive(kotlin.String)) |\n| [WatchFacePushManager.ListWatchFacesException](/reference/androidx/wear/watchfacepush/WatchFacePushManager.ListWatchFacesException) | An exception that can be thrown by [listWatchFaces](/reference/androidx/wear/watchfacepush/WatchFacePushManager#listWatchFaces()) |\n| [WatchFacePushManager.RemoveWatchFaceException](/reference/androidx/wear/watchfacepush/WatchFacePushManager.RemoveWatchFaceException) | An exception that can be thrown by [removeWatchFace](/reference/androidx/wear/watchfacepush/WatchFacePushManager#removeWatchFace(kotlin.String)) |\n| [WatchFacePushManager.SetWatchFaceAsActiveException](/reference/androidx/wear/watchfacepush/WatchFacePushManager.SetWatchFaceAsActiveException) | An exception that can be thrown by [setWatchFaceAsActive](/reference/androidx/wear/watchfacepush/WatchFacePushManager#setWatchFaceAsActive(kotlin.String)) |\n| [WatchFacePushManager.UpdateWatchFaceException](/reference/androidx/wear/watchfacepush/WatchFacePushManager.UpdateWatchFaceException) | An exception that can be thrown by [updateWatchFace](/reference/androidx/wear/watchfacepush/WatchFacePushManager#updateWatchFace(kotlin.String,android.os.ParcelFileDescriptor,kotlin.String)) |"]]