Closed
Description
Plugin
share_plus
Use case
As a plugin user I'd like to be able to set the EXTRA_TITLE
when sharing conent (URL, Text or Files) with share_plus
when using Android.
Proposal
Several options:
- Add a
title
optional parameter. This is only used on Android. - Simply pass the
subject
as theEXTRA_TITLE
intent extra. - Create a way to pass Intent extras directly (e.g. a
Map<String, String>
) - Create an "Android params" optional payload for the share methods.
Each one has advantages and disadvantages, I'd like to discuss them in this ticket.