WatchFaceControlServiceFactory
Kotlin
|Java
@RequiresApi(27) class WatchFaceControlServiceFactory
kotlin.Any | |
↳ | androidx.wear.watchface.control.WatchFaceControlServiceFactory |
Factory for use by on watch face editors to create IWatchFaceControlService.
Summary
Public constructors | |
---|---|
<init>() Factory for use by on watch face editors to create IWatchFaceControlService. |
Companion functions | |
---|---|
IWatchFaceControlService |
createWatchFaceControlService(context: Context, uiThreadHandler: Handler) |
Public constructors
<init>
WatchFaceControlServiceFactory()
Factory for use by on watch face editors to create IWatchFaceControlService.