ShareOptions
August 11, 2023
- Interface
Shared option object; as the parameter interface of SharePlugin.share() method;
Property
title
optional attributes; the title of the shared content; The attribute value is a string;
text
optional attributes; the text of the shared content; The attribute value is a string;
url
optional attributes; Shared link address; The attribute value is a string;
files
optional attributes; shared files; Only support IOS and Android; The attribute value is a FileList
Method
- none
Event
- none
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
title | ✅ | ✅ | ✅ | X |
text | ✅ | ✅ | ✅ | X |
url | ✅ | ✅ | ✅ | X |
files | ✅ | ✅ | X | X |
Related Links
Powered by Waline v2.13.0