Mobile Locker JavaScript SDK
    Preparing search index...

    Interface ShareRecipient

    interface ShareRecipient {
        email: string;
        name?: string;
    }
    Index

    Properties

    Properties

    email: string

    Recipient email address.

    name?: string

    Optional display name for the recipient.