kakao-open-android-docs
kakao-open-android-docs
/
com.kakao.sdk.common.util
/
KakaoResultReceiver
Kakao
Result
Receiver
abstract
class
KakaoResultReceiver
<
T
>
(
message
:
String
)
:
ResultReceiver
Content copied to clipboard
Functions
Properties
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
Content copied to clipboard
process
Error
Link copied to clipboard
abstract
fun
processError
(
)
Content copied to clipboard
receive
Canceled
Link copied to clipboard
abstract
fun
receiveCanceled
(
resultData
:
Bundle
?
)
Content copied to clipboard
receive
Ok
Link copied to clipboard
abstract
fun
receiveOk
(
resultData
:
Bundle
?
)
Content copied to clipboard
send
Link copied to clipboard
open
fun
send
(
p0
:
Int
,
p1
:
Bundle
)
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
emitter
Link copied to clipboard
var
emitter
:
T
?
=
null
Content copied to clipboard