C# 클래스 InTheHand.ApplicationModel.Chat.ChatMessageManager

Provides methods for managing chat messages.
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
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