Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.blockaid
/
BlockaidAttackEntry
Blockaid
Attack
Entry
data
class
BlockaidAttackEntry
(
val
score
:
Int
?
,
val
threshold
:
Int
?
)
Attack entry with score and threshold.
Members
Constructors
Blockaid
Attack
Entry
Link copied to clipboard
constructor
(
score
:
Int
?
,
threshold
:
Int
?
)
Properties
score
Link copied to clipboard
val
score
:
Int
?
threshold
Link copied to clipboard
val
threshold
:
Int
?