鴻蒙OS IRemoteObject.DeathRecipient

2022-04-27 15:09 更新

IRemoteObject.DeathRecipient

public static interface IRemoteObject.DeathRecipient

表示訂閱 RemoteObject 的死亡通知的 IRemoteObject 的內(nèi)部類。

當(dāng)收到死亡通知時(shí),會(huì)調(diào)用 DeathRecipient#onRemoteDied 方法進(jìn)行后續(xù)操作。

  • RemoteObject
  • RemoteObject 所在的進(jìn)程死亡。
  • RemoteObject所在的設(shè)備被關(guān)閉或重啟。
  • 當(dāng) RemoteObject 和 RemoteProxy 駐留在不同的設(shè)備上時(shí),RemoteObject 將從網(wǎng)絡(luò)中刪除。

方法總結(jié)

修飾符和類型 方法 描述
void onRemoteDied() 當(dāng)收到 RemoteObject 的死亡通知時(shí)調(diào)用以執(zhí)行后續(xù)操作。

方法詳情

onRemoteDied

void onRemoteDied()

當(dāng)收到 RemoteObject 的死亡通知時(shí)調(diào)用以執(zhí)行后續(xù)操作。

該方法通常用于清除RemoteProxy的資源或通知其他對(duì)象RemoteObject死亡。 您可以重寫此方法以確定后續(xù)操作。

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)