toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk
/
BaseNativeParcelable
Base
Native
Parcelable
abstract
class
BaseNativeParcelable
:
Parcelable
Inheritors
MapRectangle
MapRoadNumberFormat
MapCenter
MapCenterSettings
ViewObject
ClusterLayer
Members
Constructors
Base
Native
Parcelable
Link copied to clipboard
constructor
(
)
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
is
Valid
Parcelable
Link copied to clipboard
open
fun
isValidParcelable
(
)
:
Boolean
If object after recreate from parcel contains all of reference like original object method return true.
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p
:
Parcel
,
p1
:
Int
)