ShareReceiver.handleShareText method
ShareReceiver › handleShareText
Unofficial
Handles shared text.Signature:
handleShareText(text: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | Shared text. |
Returns: Promise<void> — A promise that resolves when the shared text is handled.