C# 클래스 SimpleAuth.Providers.Google

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

Private Properties

프로퍼티 타입 설명
Login void

공개 메소드들

메소드 설명
Init ( global app ) : void
OnActivityResult ( int requestCode, Result result, Android.Content.Intent data ) : void
Uninit ( global app ) : void

비공개 메소드들

메소드 설명
Login ( WebAuthenticator authenticator ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( global app ) : void
app global
리턴 void

OnActivityResult() 공개 정적인 메소드

public static OnActivityResult ( int requestCode, Result result, Android.Content.Intent data ) : void
requestCode int
result Result
data Android.Content.Intent
리턴 void

Uninit() 공개 정적인 메소드

public static Uninit ( global app ) : void
app global
리턴 void