C# 클래스 ArcGISRuntimeXamarin.Forms.Droid.OAuthPageAndroid

상속: PageRenderer, IOAuthAuthorizeHandler
파일 보기 프로젝트 열기: Esri/arcgis-runtime-samples-dotnet

공개 메소드들

메소드 설명
AuthorizeAsync ( Uri serviceUri, Uri authorizeUri, Uri callbackUri ) : string>>.Task

보호된 메소드들

메소드 설명
OnElementChanged ( ElementChangedEventArgs e ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void

비공개 메소드들

메소드 설명
CreateCredentialAsync ( CredentialRequestInfo info ) : Task
UpdateAuthenticationManager ( ) : void

메소드 상세

AuthorizeAsync() 공개 메소드

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

OnElementChanged() 보호된 메소드

protected OnElementChanged ( ElementChangedEventArgs e ) : void
e ElementChangedEventArgs
리턴 void

OnLayout() 보호된 메소드

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