PlayMaker
Share content via native share sheet, email, messages, or a platform-specific social composer.
Actions (11)
Mail:
MailComposerCanSend,MailComposerShow,MailComposerGetErrorMessage:
MessageComposerCanSend,MessageComposerShow,MessageComposerGetErrorShare sheet:
ShareSheetShow,ShareSheetGetErrorSocial:
SocialComposerIsComposerAvailable,SocialShareComposerShow,SocialShareComposerGetError
Key patterns
MailComposerCanSendandSocialComposerIsComposerAvailableare synchronous checks (outputs only). Branch using the bool output.Composer/show actions fire “closed” events that match the result code (
Done/Sent/Cancelled/Failed/Unknown).Use the matching
*GetErroraction on theclosedWithFailedEventbranch to extract error details.
Use cases
Start here: use-cases/README.md
Last updated
Was this helpful?