C# Class SimpleAuth.Providers.Facebook

Datei anzeigen Open project: Clancey/SimpleAuth

Public Methods

Method Description
Init ( Android app, bool requestPublishPermissions ) : void
Init ( UIKit app, Foundation launchOptions ) : void
Login ( WebAuthenticator authenticator ) : void
OnActivityResult ( int requestCode, System.Result resultCode, Android data ) : void
OpenUrl ( UIKit app, Foundation url, string sourceApp, Foundation annotation ) : bool
Uninit ( Android app ) : void

Method Details

Init() public static method

public static Init ( Android app, bool requestPublishPermissions ) : void
app Android
requestPublishPermissions bool
return void

Init() public static method

public static Init ( UIKit app, Foundation launchOptions ) : void
app UIKit
launchOptions Foundation
return void

Login() public static method

public static Login ( WebAuthenticator authenticator ) : void
authenticator WebAuthenticator
return void

OnActivityResult() public static method

public static OnActivityResult ( int requestCode, System.Result resultCode, Android data ) : void
requestCode int
resultCode System.Result
data Android
return void

OpenUrl() public static method

public static OpenUrl ( UIKit app, Foundation url, string sourceApp, Foundation annotation ) : bool
app UIKit
url Foundation
sourceApp string
annotation Foundation
return bool

Uninit() public static method

public static Uninit ( Android app ) : void
app Android
return void