sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
ai.abra.sdk.rule
/
Rule
Rule
abstract
class
Rule
Members
Constructors
Rule
Link copied to clipboard
constructor
(
)
Properties
configuration
Link copied to clipboard
abstract
val
configuration
:
Map
<
RuleConfigKey
,
RuleConfigValue
>
identifier
Link copied to clipboard
val
identifier
:
String
rule
Link copied to clipboard
abstract
val
rule
:
Rules
title
Link copied to clipboard
val
title
:
String
vendor
Link copied to clipboard
abstract
val
vendor
:
Vendor
Functions
test
Link copied to clipboard
abstract
fun
test
(
)
:
List
<
Result
>