C# Class ArcGISRuntimeXamarin.Forms.Droid.OAuthPageAndroid

Inheritance: PageRenderer, IOAuthAuthorizeHandler
ファイルを表示 Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
AuthorizeAsync ( Uri serviceUri, Uri authorizeUri, Uri callbackUri ) : string>>.Task

Protected Methods

Method Description
OnElementChanged ( ElementChangedEventArgs e ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void

Private Methods

Method Description
CreateCredentialAsync ( CredentialRequestInfo info ) : Task
UpdateAuthenticationManager ( ) : void

Method Details

AuthorizeAsync() public method

public AuthorizeAsync ( Uri serviceUri, Uri authorizeUri, Uri callbackUri ) : string>>.Task
serviceUri System.Uri
authorizeUri System.Uri
callbackUri System.Uri
return string>>.Task

OnElementChanged() protected method

protected OnElementChanged ( ElementChangedEventArgs e ) : void
e ElementChangedEventArgs
return void

OnLayout() protected method

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
return void