C# 클래스 Unity.Platform.Windows.WindowsMessaging
파일 보기
프로젝트 열기: Appverse/appverse-mobile
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
SendEmail ( Unity.Core.Messaging.EmailData emailData ) : bool |
|
|
SendMessageMMS ( string phoneNumber, string text, Unity.Core.Messaging.AttachmentData attachment ) : bool |
|
|
SendMessageSMS ( string phoneNumber, string text ) : bool |
|
|
메소드 상세
public SendEmail ( Unity.Core.Messaging.EmailData emailData ) : bool |
emailData |
Unity.Core.Messaging.EmailData |
|
리턴 |
bool |
|
public SendMessageMMS ( string phoneNumber, string text, Unity.Core.Messaging.AttachmentData attachment ) : bool |
phoneNumber |
string |
|
text |
string |
|
attachment |
Unity.Core.Messaging.AttachmentData |
|
리턴 |
bool |
|
public SendMessageSMS ( string phoneNumber, string text ) : bool |
phoneNumber |
string |
|
text |
string |
|
리턴 |
bool |
|