stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.android.video.generated.models
/
SIPPinProtectionConfigsResponse
/
SIPPinProtectionConfigsResponse
SIPPin
Protection
Configs
Response
constructor
(
@
Json
(
name
=
"enabled"
)
enabled
:
Boolean
,
@
Json
(
name
=
"default_pin"
)
defaultPin
:
String
?
=
null
,
@
Json
(
name
=
"max_attempts"
)
maxAttempts
:
Int
?
=
null
,
@
Json
(
name
=
"required_pin_digits"
)
requiredPinDigits
:
Int
?
=
null
)