Show / Hide Table of Contents

Constructor DefaultChallengeHandler

DefaultChallengeHandler()

Initializes a new instance of the DefaultChallengeHandler class.

Declaration
public DefaultChallengeHandler()
Remarks

Unless a view controller is specified, the runtime will atttempt to determine the best view controller to display alerts above all other views in your application.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.8
.NET200.6 - 200.8
.NET Windows100.14 - 200.8
.NET Android200.2 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.14 - 200.8
Xamarin.Android100.14
Xamarin.iOS100.14 - 100.15
UWP100.0 - 200.8

DefaultChallengeHandler(UIViewController)

Initializes a new instance of the DefaultChallengeHandler class for the specified view controller.

Declaration
public DefaultChallengeHandler(UIViewController viewController)
Parameters
Type Name Description
UIKit.UIViewController viewController

The main view controller for your application. If null, the runtime will attempt to determine the best view controller to display alerts above all other views.

Applies to

Platforms and versions
TargetVersions
.NET iOS200.0 - 200.8
Xamarin.iOS100.14 - 100.15
In This Article
Back to top Copyright © 2022 Esri.