Package-level declarations

Types

Link copied to clipboard

Application class for providing Application context and DI component.

Link copied to clipboard

The Main Activity class is the application's main entry point.

Link copied to clipboard

Main service class for ML inference offloading.

Link copied to clipboard

Enum class representing different types of messages that can be sent.

Link copied to clipboard
data class NavigationItem(val title: String, val selectedIcon: ImageVector, val unselectedIcon: ImageVector, val badgeCount: Int? = null, val screen: Any)
Link copied to clipboard
data class OffloadingServiceStatus(val pipeline: Pipeline, val registrationListener: NsdManager.RegistrationListener)

Data class representing the status of an offloading service.

Link copied to clipboard
@Serializable
object ScreenMLAgent
Link copied to clipboard
@Serializable
data class ScreenSettings(val msg: String)
Link copied to clipboard
@Serializable
object ScreenVisionExample