C# Class ArcGISRuntimeXamarin.Samples.AuthorEditSaveMap.AuthorEditSaveMap

Inheritance: Android.App.Activity, 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
CreateCredentialAsync ( CredentialRequestInfo info ) : Task

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode Description
CreateLayout ( ) : void
MapViewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnBasemapsClicked ( object sender, EventArgs e ) : void
OnBasemapsMenuItemClicked ( object sender, Android.Widget.PopupMenu e ) : void
OnCloseSaveDialog ( object sender, EventArgs e ) : void
OnNewMapClicked ( object sender, EventArgs e ) : void
OnSaveMapClicked ( object sender, EventArgs e ) : void
ShowSaveMapDialog ( ) : void
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

CreateCredentialAsync() public méthode

public CreateCredentialAsync ( CredentialRequestInfo info ) : Task
info CredentialRequestInfo
Résultat Task

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void