ShareResult
August 11, 2023
- Interface
The result returned after sharing; the value fulfilled by resolve as a Promise returned by the SharePlugin.share() method;
Property
success
whether the sharing was successful; The attribute value is a boolean;
message
additional messages; The attribute value is a string;
Method
- none
Event
- none
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
success | ✅ | ✅ | ✅ | X |
message | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0