C# 클래스 ApiExample.Program

파일 보기 프로젝트 열기: interactuamovil/im-contactosms-sdk-dotnet

공개 메소드들

메소드 설명
CreateNewContact ( string msisdn, string firstname, string lastname ) : void
GetContactByMsisdn ( string msisdn ) : void

비공개 메소드들

메소드 설명
AddContactToGroup ( string groupName, string msisdn ) : void
AddGroup ( string groupName ) : void
DeleteGroup ( string groupName ) : void
GetContactListbyGroup ( string groupName ) : void
GetGroup ( string groupName ) : void
GetGroupList ( ) : void
GetMessageLog ( ) : void
Main ( string args ) : void
RemoveContactFromGroup ( string groupName, string Msisdn ) : void
SendMessageToContact ( String msisdn ) : void
SendMessageToGroup ( String groupName ) : void
UpdateGroup ( string groupName ) : void

메소드 상세

CreateNewContact() 공개 정적인 메소드

public static CreateNewContact ( string msisdn, string firstname, string lastname ) : void
msisdn string
firstname string
lastname string
리턴 void

GetContactByMsisdn() 공개 정적인 메소드

public static GetContactByMsisdn ( string msisdn ) : void
msisdn string
리턴 void