Binder

open class Binder : IBinder

binder class to pass the reference to the service class to the activity;

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Since

1.0

Constructors

Link copied to clipboard
constructor(owner: Actor)
create a new binder with owner service.

Properties

Link copied to clipboard
private val owner: Actor
owner of this binder

Functions

Link copied to clipboard
open fun getService(): Actor
Link copied to clipboard
open fun toString(): String