C# 클래스 Gchat.Utilities.GoogleTalkHelper

파일 보기 프로젝트 열기: gchatapp/gtalkchat 1 사용 예제들

공개 메소드들

메소드 설명
AddRecentContact ( Contact contact ) : void
ChatLog ( string username ) : List
DownloadImage ( Contact contact, System.Action finished, System.Action error ) : void
GetOfflineMessages ( Gchat.Protocol.GoogleTalk cb ) : void
GetPinUri ( string email ) : Uri
GoogleLogin ( string username, string password, LoginCallback callback, ErrorCallback error ) : void
GoogleTalkHelper ( ) : System
IsContactPinned ( string email ) : bool
IsPaid ( ) : bool
Linkify ( string message ) : System.Windows.Documents.Paragraph
LoadRoster ( ) : void
LoginIfNeeded ( ) : void
Logout ( ) : void
PinContact ( string email ) : void
RawNotificationReceived ( string data ) : void
SetCorrectOrientation ( PhoneApplicationPage page ) : void
ShowToast ( Message m ) : void
ShowToast ( string message ) : void
ShowToast ( string message, string title ) : void
TokenUpdated ( ) : void
UriUpdated ( string uri ) : void

비공개 메소드들

메소드 설명
AddWithFormat ( string text, System.Windows.Documents.Paragraph paragraph ) : void
FormatHelper ( string text, System.Windows.Documents.Paragraph paragraph, int i, int italics, int bold, int &pos, char character, int &checking ) : void
GracefulReLogin ( ) : void
NotifyMessageReceived ( Message message ) : void
Register ( string uri ) : void
Register ( string uri, bool keySet ) : void

메소드 상세

AddRecentContact() 공개 메소드

public AddRecentContact ( Contact contact ) : void
contact Contact
리턴 void

ChatLog() 공개 메소드

public ChatLog ( string username ) : List
username string
리턴 List

DownloadImage() 공개 메소드

public DownloadImage ( Contact contact, System.Action finished, System.Action error ) : void
contact Contact
finished System.Action
error System.Action
리턴 void

GetOfflineMessages() 공개 메소드

public GetOfflineMessages ( Gchat.Protocol.GoogleTalk cb ) : void
cb Gchat.Protocol.GoogleTalk
리턴 void

GetPinUri() 공개 메소드

public GetPinUri ( string email ) : Uri
email string
리턴 System.Uri

GoogleLogin() 공개 정적인 메소드

public static GoogleLogin ( string username, string password, LoginCallback callback, ErrorCallback error ) : void
username string
password string
callback LoginCallback
error ErrorCallback
리턴 void

GoogleTalkHelper() 공개 메소드

public GoogleTalkHelper ( ) : System
리턴 System

IsContactPinned() 공개 메소드

public IsContactPinned ( string email ) : bool
email string
리턴 bool

IsPaid() 공개 정적인 메소드

public static IsPaid ( ) : bool
리턴 bool

Linkify() 공개 정적인 메소드

public static Linkify ( string message ) : System.Windows.Documents.Paragraph
message string
리턴 System.Windows.Documents.Paragraph

LoadRoster() 공개 메소드

public LoadRoster ( ) : void
리턴 void

LoginIfNeeded() 공개 메소드

public LoginIfNeeded ( ) : void
리턴 void

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

PinContact() 공개 메소드

public PinContact ( string email ) : void
email string
리턴 void

RawNotificationReceived() 공개 메소드

public RawNotificationReceived ( string data ) : void
data string
리턴 void

SetCorrectOrientation() 공개 메소드

public SetCorrectOrientation ( PhoneApplicationPage page ) : void
page PhoneApplicationPage
리턴 void

ShowToast() 공개 메소드

public ShowToast ( Message m ) : void
m Message
리턴 void

ShowToast() 공개 메소드

public ShowToast ( string message ) : void
message string
리턴 void

ShowToast() 공개 메소드

public ShowToast ( string message, string title ) : void
message string
title string
리턴 void

TokenUpdated() 공개 메소드

public TokenUpdated ( ) : void
리턴 void

UriUpdated() 공개 메소드

public UriUpdated ( string uri ) : void
uri string
리턴 void