AppHelperNodeStatus
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.
Constructors
Link copied to clipboard
constructor(id: String, displayName: String, isNearby: Boolean, appInstallationStatus: AppInstallationStatus, surfacesInfo: <Error class: unknown class> = SurfacesInfo.getDefaultInstance())