Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 1

IBinder.DeathRecipient

public static interface IBinder.DeathRecipient

android.os.IBinder.DeathRecipient


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

Summary

Public methods

abstract void binderDied()

Public methods

binderDied

Added in API level 1
public abstract void binderDied ()