Most visited

Recently visited

Added in API level 1

IBinder.DeathRecipient

public static interface IBinder.DeathRecipient

android.os.IBinder.DeathRecipient
Known Indirect Subclasses


当托管IBinder的进程消失时接收回调的接口。

也可以看看:

Summary

Public methods

abstract void binderDied()

Public methods

binderDied

Added in API level 1
void binderDied ()

Hooray!