Essential Kit
Loading...
Searching...
No Matches
Sharing Services

Provides a cross-platform interface to access sharing services. More...

Classes

class  MailComposer
 The MailComposer class provides an interface to compose and send an email message. More...
 
class  MailComposerResult
 This class contains the result of the user action which caused MailComposer interface to dismiss. More...
 
class  MessageComposer
 The MessageComposer class provides a standard interface for composing and sending SMS or MMS messages. More...
 
class  MessageComposerResult
 This class contains the result of the user action which caused MessageComposer interface to dismiss. More...
 
class  ShareItem
 Class internally used to pass data options into sharing functions. More...
 
class  ShareSheet
 The ShareSheet class provides an interface to access standard services from your app. More...
 
class  ShareSheetResult
 This class contains the result of the user action which caused ShareSheet interface to dismiss. More...
 
class  SharingServices
 Provides a cross-platform interface to access sharing services. More...
 
class  SocialShareComposer
 The SocialShareComposer class provides an interface to compose a post for supported social networking services. More...
 
class  SocialShareComposerResult
 This class contains the result of the user action which caused SocialShareComposer interface to dismiss. More...
 

Enumerations

enum  ShareSheetResultCode { Unknown , Cancelled , Done }
 Result codes returned when the ShareSheet interface is dismissed. More...
 

Detailed Description

Enumeration Type Documentation

◆ ShareSheetResultCode

#include </Volumes/Work/Projects/Products/AssetStore/Cross Platform Essential Kit/UnityProject/Assets/Plugins/VoxelBusters/EssentialKit/Runtime/Core/SharingServices/ShareSheetResultCode.cs>

Enumerator
Unknown 

The user action could not be determined. This occurs in platforms where there is no provision to find result.

Cancelled 

The user cancelled the operation.

Done 

The user has completed action by selecting one of the service.