kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.push
/
DecryptResponse
Decrypt
Response
data
class
DecryptResponse
(
var
result
:
List
<
Byte
>
,
var
scope
:
String
)
Members
Constructors
Decrypt
Response
Link copied to clipboard
constructor
(
result
:
List
<
Byte
>
,
scope
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
result
Link copied to clipboard
var
result
:
List
<
Byte
>
scope
Link copied to clipboard
var
scope
:
String