toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore
/
CustomFrameResolutionConfig
Custom
Frame
Resolution
Config
class
CustomFrameResolutionConfig
(
val
resolution
:
Size
,
val
strictModeEnabled
:
Boolean
=
false
)
:
Parcelable
Members
Constructors
Custom
Frame
Resolution
Config
Link copied to clipboard
constructor
(
resolution
:
Size
,
strictModeEnabled
:
Boolean
=
false
)
Properties
resolution
Link copied to clipboard
val
resolution
:
Size
strict
Mode
Enabled
Link copied to clipboard
val
strictModeEnabled
:
Boolean
=
false
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)