toggle menu
falke-sdk-android
jvm
switch theme
search in API
SharedDefinitions
/
com.swarovskioptik.comm.shared.command
/
Command
/
Request
/
ReleaseContext
Release
Context
data
class
ReleaseContext
(
val
connectionType
:
ConnectionType
,
val
name
:
String
,
val
paths
:
List
<
String
>
)
:
Command.Request
Members
Constructors
Release
Context
Link copied to clipboard
constructor
(
context
:
SOContext
)
constructor
(
connectionType
:
ConnectionType
,
name
:
String
,
paths
:
List
<
String
>
)
Properties
connection
Type
Link copied to clipboard
val
connectionType
:
ConnectionType
name
Link copied to clipboard
val
name
:
String
paths
Link copied to clipboard
val
paths
:
List
<
String
>
Functions
serialize
Link copied to clipboard
open
override
fun
serialize
(
)
:
ByteArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String