-
Notifications
You must be signed in to change notification settings - Fork 0
post result
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.activity/ActivityResultHandler/postResult
[androidJvm]
fun postResult(requestCode: Int, resultCode: Int, intent: Intent?)
Post result to handler.
androidJvm
requestCode | Request code |
resultCode | Result code |
intent | Intent result data |