C# 클래스 XamarinEvolveSSLibrary.AvatarAccess

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

공개 메소드들

메소드 설명
AvatarAccess ( ) : System
GetAvararForUser ( User user, int size ) : byte[]
GetAvararForUser ( User user, int size, Action onComplete ) : byte[]
PostNewAvatar ( byte data, Action onComplete ) : void

보호된 메소드들

메소드 설명
InternalGetAvararForUser ( User user, int size ) : byte[]
PostNewAvatar ( byte data ) : void

메소드 상세

AvatarAccess() 공개 메소드

public AvatarAccess ( ) : System
리턴 System

GetAvararForUser() 공개 메소드

public GetAvararForUser ( User user, int size ) : byte[]
user User
size int
리턴 byte[]

GetAvararForUser() 공개 메소드

public GetAvararForUser ( User user, int size, Action onComplete ) : byte[]
user User
size int
onComplete Action
리턴 byte[]

InternalGetAvararForUser() 보호된 추상적인 메소드

protected abstract InternalGetAvararForUser ( User user, int size ) : byte[]
user User
size int
리턴 byte[]

PostNewAvatar() 보호된 추상적인 메소드

protected abstract PostNewAvatar ( byte data ) : void
data byte
리턴 void

PostNewAvatar() 공개 메소드

public PostNewAvatar ( byte data, Action onComplete ) : void
data byte
onComplete Action
리턴 void