Custom Intent Service
interface CustomIntentService
Functions
Link copied to clipboard
abstract fun blockingEvaluateRequestParams(customIntent: CustomIntent, context: CustomIntentContext): Map<String, Any?>
Link copied to clipboard
abstract fun evaluateRequestParams(customIntent: CustomIntent, context: CustomIntentContext): Single<Map<String, Any?>>