C# Class ArcGISRuntimeXamarin.Samples.AuthorEditSaveMap.AuthorEditSaveMap

Inheritance: Android.App.Activity, IOAuthAuthorizeHandler
Show file Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

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

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method 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 method

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

CreateCredentialAsync() public method

public CreateCredentialAsync ( CredentialRequestInfo info ) : Task
info CredentialRequestInfo
return Task

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void