Type Alias ShareResponse

ShareResponse: { activity_type?: string; user_action: "cancelled" | "shared" }

Represents a response to a iOS sharing dialog.

Type declaration

  • Optionalactivity_type?: string

    Type of share action.

  • user_action: "cancelled" | "shared"

    Action taken by the user.