sdk
sdk
/
com.sygic.sdk.search
/
StringRange
String
Range
data
class
StringRange
(
val
from
:
Int
,
val
size
:
Int
)
:
Parcelable
Constructors
Functions
Properties
Constructors
String
Range
Link copied to clipboard
fun
StringRange
(
from
:
Int
,
size
:
Int
)
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
)
Properties
from
Link copied to clipboard
val
from
:
Int
size
Link copied to clipboard
val
size
:
Int