HandleCopyForWhatsapp

Function: handleCopyForWhatsapp()

[object Object]

Defined in: app/components/Activity/ActivityDetailsTile/ActivityDetailsTile.handlers.tsx:321

Formats activity details into a WhatsApp-friendly message and copies it to the clipboard. Supports localization (NL/EN) for the message template.

Parameters

activity

ActivityResponseDto

The activity data to format.

lang

Language

The language preference ('NL' or 'EN').

Returns

Promise<void>

On this page