[null,null,["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`SenderDisconnectedEvent` is dispatched when a sender (like a phone or laptop) disconnects from the Cast receiver."],["It provides information about the disconnection, including the sender's ID, user agent, and the reason for disconnection."],["This event extends the base `Event` class and includes properties like `reason`, `senderId`, `type`, and `userAgent`."],["Developers can use this event to handle scenarios like pausing content or cleaning up resources when a sender disconnects."]]],["The `SenderDisconnectedEvent` class, dispatched by `CastReceiverContext`, signals when a sender disconnects. This event provides details about the disconnection, including the `senderId` (ID of the disconnected sender), `userAgent` (sender's user agent), and `reason` (the cause of disconnection, which cannot be null). The `type` property indicates the event type and is inherited. It extends the `Event` class. The event is created by invoking a new instance of `SenderDisconnectedEvent` and passing the parameters.\n"]]