toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore
/
LunaID
/
FinishSuccessData
Finish
Success
Data
data
class
FinishSuccessData
(
val
bestShot
:
BestShot
,
val
bestShots
:
List
<
BestShot
>
?
,
val
videoPath
:
String
?
)
Members
Constructors
Finish
Success
Data
Link copied to clipboard
constructor
(
bestShot
:
BestShot
,
bestShots
:
List
<
BestShot
>
?
,
videoPath
:
String
?
)
Properties
best
Shot
Link copied to clipboard
val
bestShot
:
BestShot
best
Shots
Link copied to clipboard
val
bestShots
:
List
<
BestShot
>
?
video
Path
Link copied to clipboard
val
videoPath
:
String
?