ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 45 forks source link

Lacking code-docs #11

Closed ollyde closed 2 years ago

ollyde commented 2 years ago

For example

class SharedMedia {
  /// Standard share attachments << Example
  List<SharedAttachment?>? attachments;
  List<String?>? recipientIdentifiers;
  String? conversationIdentifier;
  // Special shares, Facebook for example. Would be a link or path to a post.
  String? content;
  String? speakableGroupName;
  String? serviceName;
  String? senderIdentifier;
  String? imageFilePath;