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()
default void binderDied(IBinder who)

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

Public methods

binderDied

Added in API level 1
public abstract void binderDied ()

binderDied

Added in API level 34
public void binderDied (IBinder who)

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

Parameters
who IBinder: The IBinder that has become invalid This value cannot be null.