C# Class InTheHand.ApplicationModel.Chat.ChatMessageManager

Provides methods for managing chat messages.
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method Description
ShowComposeSmsMessageAsync ( ChatMessage message ) : System.Threading.Tasks.Task

Shows the compose SMS dialog, pre-populated with data from the supplied ChatMessage object, allowing the user to send an SMS message.

ShowSmsSettings ( ) : void

Launches the device's SMS settings app.

Private Methods

Method Description
mcontroller_Finished ( object sender, MFMessageComposeResultEventArgs e ) : void

Method Details

ShowComposeSmsMessageAsync() public static method

Shows the compose SMS dialog, pre-populated with data from the supplied ChatMessage object, allowing the user to send an SMS message.
public static ShowComposeSmsMessageAsync ( ChatMessage message ) : System.Threading.Tasks.Task
message ChatMessage The chat message.
return System.Threading.Tasks.Task

ShowSmsSettings() public static method

Launches the device's SMS settings app.
public static ShowSmsSettings ( ) : void
return void