Home
last modified time | relevance | path

Searched defs:getInt (Results 1 – 1 of 1) sorted by relevance

/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionData.kt282 public fun getInt(key: String): Int { in <lambda>() method in androidx.appfunctions.AppFunctionData
297 public fun getInt(key: String, defaultValue: Int): Int { in <lambda>() method in androidx.appfunctions.AppFunctionData