C# 클래스 AccountInfo, whatsapp-desktop-client

파일 보기 프로젝트 열기: sambulosenda/whatsapp-desktop-client 1 사용 예제들

공개 메소드들

메소드 설명
AccountInfo ( string status, string kind, string creation, string expiration ) : System

Default class constructor

ToString ( ) : string

Returns information about the account in a string format.

메소드 상세

AccountInfo() 공개 메소드

Default class constructor
public AccountInfo ( string status, string kind, string creation, string expiration ) : System
status string The status of the user
kind string Kind of user
creation string The creation moment.
expiration string The expiration moment.
리턴 System

ToString() 공개 메소드

Returns information about the account in a string format.
public ToString ( ) : string
리턴 string