static ScopedMessageBox shareFilesScoped(const Array< URL > &files, Callback callback, Component *parent=nullptr)
Shares the given files.
static ScopedMessageBox shareDataScoped(const MemoryBlock &mb, Callback callback, Component *parent=nullptr)
A convenience function to share arbitrary data.
static ScopedMessageBox shareTextScoped(const String &text, Callback callback, Component *parent=nullptr)
Shares the given text.
static ScopedMessageBox shareImagesScoped(const Array< Image > &images, std::unique_ptr< ImageFileFormat > format, Callback callback, Component *parent=nullptr)
A convenience function to share an image.