Interface UM_iNativeSharingClient
The ultimate mobile native sharing client.
Namespace: SA.CrossPlatform.Social
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iNativeSharingClient
Methods
ShareToFacebook(UM_ShareDialogBuilder, Action<SA_Result>)
Will display the system facebook sharing dialog.
Declaration
void ShareToFacebook(UM_ShareDialogBuilder builder, Action<SA_Result> callback)
Parameters
Type | Name | Description |
---|---|---|
UM_ShareDialogBuilder | builder | Dialog builder, that will be used to create UI based on it's properties. |
Action<SA_Result> | callback | Operation callback. |
ShareToInstagram(UM_ShareDialogBuilder, Action<SA_Result>)
Will display the system Instagram sharing dialog.
Declaration
void ShareToInstagram(UM_ShareDialogBuilder builder, Action<SA_Result> callback)
Parameters
Type | Name | Description |
---|---|---|
UM_ShareDialogBuilder | builder | Dialog builder, that will be used to create UI based on it's properties. |
Action<SA_Result> | callback | Operation callback. |
ShareToTwitter(UM_ShareDialogBuilder, Action<SA_Result>)
Will display the system Twitter sharing dialog.
Declaration
void ShareToTwitter(UM_ShareDialogBuilder builder, Action<SA_Result> callback)
Parameters
Type | Name | Description |
---|---|---|
UM_ShareDialogBuilder | builder | Dialog builder, that will be used to create UI based on it's properties. |
Action<SA_Result> | callback | Operation callback. |
ShareToWhatsapp(UM_ShareDialogBuilder, Action<SA_Result>)
Will display the system Whatsap sharing dialog.
Declaration
void ShareToWhatsapp(UM_ShareDialogBuilder builder, Action<SA_Result> callback)
Parameters
Type | Name | Description |
---|---|---|
UM_ShareDialogBuilder | builder | Dialog builder, that will be used to create UI based on it's properties. |
Action<SA_Result> | callback | Operation callback. |
ShowSendMailDialog(UM_EmailDialogBuilder, Action<SA_Result>)
Will display the system e-mail sneding dialog.
Declaration
void ShowSendMailDialog(UM_EmailDialogBuilder builder, Action<SA_Result> callback)
Parameters
Type | Name | Description |
---|---|---|
UM_EmailDialogBuilder | builder | Dialog builder, that will be used to create UI based on it's properties. |
Action<SA_Result> | callback | Operation callback. |
SystemSharingDialog(UM_ShareDialogBuilder, Action<SA_Result>)
Will display the system default sharing dialog.
Declaration
void SystemSharingDialog(UM_ShareDialogBuilder builder, Action<SA_Result> callback)
Parameters
Type | Name | Description |
---|---|---|
UM_ShareDialogBuilder | builder | Dialog builder, that will be used to create UI based on it's properties. |
Action<SA_Result> | callback | Operation callback. |