sdk
sdk
/
com.sygic.sdk
/
OperationStatus
Operation
Status
open
class
OperationStatus
Types
Constructors
Functions
Constructors
Operation
Status
Link copied to clipboard
open
fun
OperationStatus
(
result
:
Int
,
detail
:
String
)
Types
Result
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
Result
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Detail
Link copied to clipboard
open
fun
getDetail
(
)
:
String
get
Result
Link copied to clipboard
open
fun
getResult
(
)
:
Int
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String