C# Class ArcGISRuntimeXamarin.Forms.Droid.OAuthPageAndroid

Inheritance: PageRenderer, IOAuthAuthorizeHandler
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Méthodes publiques

Méthode Description
AuthorizeAsync ( Uri serviceUri, Uri authorizeUri, Uri callbackUri ) : string>>.Task

Méthodes protégées

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

Private Methods

Méthode Description
CreateCredentialAsync ( CredentialRequestInfo info ) : Task
UpdateAuthenticationManager ( ) : void

Method Details

AuthorizeAsync() public méthode

public AuthorizeAsync ( Uri serviceUri, Uri authorizeUri, Uri callbackUri ) : string>>.Task
serviceUri System.Uri
authorizeUri System.Uri
callbackUri System.Uri
Résultat string>>.Task

OnElementChanged() protected méthode

protected OnElementChanged ( ElementChangedEventArgs e ) : void
e ElementChangedEventArgs
Résultat void

OnLayout() protected méthode

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
Résultat void