kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
FedCm
/
DialogShownParameter
Dialog
Shown
Parameter
@
Serializable
data
class
DialogShownParameter
(
val
dialogId
:
String
,
val
dialogType
:
FedCm.DialogType
,
val
accounts
:
List
<
FedCm.Account
>
,
val
title
:
String
,
val
subtitle
:
String
?
=
null
)
Members
Constructors
Dialog
Shown
Parameter
Link copied to clipboard
constructor
(
dialogId
:
String
,
dialogType
:
FedCm.DialogType
,
accounts
:
List
<
FedCm.Account
>
,
title
:
String
,
subtitle
:
String
?
=
null
)
Properties
accounts
Link copied to clipboard
val
accounts
:
List
<
FedCm.Account
>
dialog
Id
Link copied to clipboard
val
dialogId
:
String
dialog
Type
Link copied to clipboard
val
dialogType
:
FedCm.DialogType
subtitle
Link copied to clipboard
val
subtitle
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
These exist primarily so that the caller can verify the RP context was used appropriately.