Package-level declarations

Types

Link copied to clipboard
data class AppHelperNodeStatus(val id: String, val displayName: String, val isNearby: Boolean, val appInstallationStatus: AppInstallationStatus, val surfacesInfo: <Error class: unknown class> = SurfacesInfo.getDefaultInstance())

Represents a node on the network, and the installation status of the app. The node can be a watch or different device like a phone.

Link copied to clipboard
Link copied to clipboard
abstract class DataLayerAppHelper(context: Context, registry: WearDataLayerRegistry)

Base class on which of the Wear and Phone DataLayerAppHelpers are build.

Link copied to clipboard
abstract class DataLayerAppHelperService : WearableListenerService

Base service to respond to incoming requests from the partnering app on the connected device.

Link copied to clipboard
object SurfacesInfoSerializer : Serializer<<Error class: unknown class>>

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun byteArrayForResultCode(resultCode: <Error class: unknown class>): ByteArray