Home
last modified time | relevance | path

Searched refs:AppFunctionComponentCategory (Results 1 – 1 of 1) sorted by relevance

/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionComponentRegistry.kt57 @AppFunctionComponentCategory public val componentCategory: String,
69 AppFunctionComponentCategory.INVENTORY,
70 AppFunctionComponentCategory.INVOKER,
71 AppFunctionComponentCategory.FUNCTION,
74 internal annotation class AppFunctionComponentCategory { class