sdk
sdk
/
com.sygic.sdk.search
/
StringRange
String
Range
data
class
StringRange
(
val
from
:
Int
,
val
size
:
Int
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
String
Range
Link copied to clipboard
fun
StringRange
(
from
:
Int
,
size
:
Int
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
from
Link copied to clipboard
val
from
:
Int
Content copied to clipboard
size
Link copied to clipboard
val
size
:
Int
Content copied to clipboard