[Request]: share_plus
refactor
#3403
Labels
all
enhancement
New feature or request
share_plus
Feature, Enhancement, Bug Fixes for Share Plus Plugin
Plugin
share_plus
Use case
Currently, the
SharePlus
class entry point has three major problems:subject
)SharePlus
class exposes static methods, and it is not instantiable, this makes mocking/faking more difficult.Proposal
ShareParams
class with multiple share parameters (this class should be serializable so it can be passed to the native layer as well), and document those parameters.SharePlus
instantiable and expose a singleton instance, so devs can choose how to use it.@deprecated
annotation, so public API remains the same.Related issues
EXTRA_TITLE
in share Intent on Android #3307The text was updated successfully, but these errors were encountered: