Most visited

Recently visited

Added in API level 1

IBinder.DeathRecipient

public static interface IBinder.DeathRecipient

android.os.IBinder.DeathRecipient
Known Indirect Subclasses


Interface for receiving a callback when the process hosting an IBinder has gone away.

See also:

Summary

Public methods

abstract void binderDied()

Public methods

binderDied

Added in API level 1
void binderDied ()

Hooray!