C# Class IntegratedWindowsAuth.MainActivity

Inheritance: Android.App.Activity
ファイルを表示 Open project: Esri/arcgis-runtime-samples-dotnet

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateCredentialAsync ( CredentialRequestInfo info ) : Task
CreateLayout ( ) : void
Initialize ( ) : void
LoadSecureMap ( object s, EventArgs e ) : void
LoginClicked ( object sender, OnEnterCredentialsEventArgs e ) : void

Method Details

OnCreate() protected method

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