Interface SharePayload

Payload for iOS sharing dialog.

interface SharePayload {
    subject?: string;
    text: string;
}

Properties

Properties

subject?: string

Subject

text: string

Text to be shared.