All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.os.IMessenger.kt Maven / Gradle / Ivy

package android.os

interface IMessenger : IBinder {

    fun send(p0: Message?)
    fun asBinder(): IBinder
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy