C# Class AppStore.Common.AppCommon

Common class for the App.
Show file Open project: BuildmLearn/BuildmLearn-Store

Public Methods

Method Description
ComposeEmail ( ) : void

It composes the email from the default app-client installed in the phone.

RegisterForShare ( ) : void

It builds the framework for the sharing purposes.

ShareTextHandler ( DataTransferManager sender, DataRequestedEventArgs e ) : void

This is the text handler for the sharing purposes.

Method Details

ComposeEmail() public static method

It composes the email from the default app-client installed in the phone.
public static ComposeEmail ( ) : void
return void

RegisterForShare() public static method

It builds the framework for the sharing purposes.
public static RegisterForShare ( ) : void
return void

ShareTextHandler() public static method

This is the text handler for the sharing purposes.
public static ShareTextHandler ( DataTransferManager sender, DataRequestedEventArgs e ) : void
sender Windows.ApplicationModel.DataTransfer.DataTransferManager Object Sender is a parameter called Sender that contains a reference to the control/object that raised the event.
e Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs DataRequestedEventArgs e is a parameter called e that contains the event data, see the DataRequestedEventArgs MSDN page for more information.
return void