C# Класс InTheHand.ApplicationModel.Chat.ChatMessageManager

Provides methods for managing chat messages.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
mcontroller_Finished ( object sender, MFMessageComposeResultEventArgs e ) : void

Описание методов

ShowComposeSmsMessageAsync() публичный статический Метод

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.
Результат System.Threading.Tasks.Task

ShowSmsSettings() публичный статический Метод

Launches the device's SMS settings app.
public static ShowSmsSettings ( ) : void
Результат void