NativeWebViewNavigationCompletedEventArgs(Uri?, Boolean, Nullable, String?) Constructor

Definition

Assembly NativeWebView.Core.dll
public NativeWebViewNavigationCompletedEventArgs(Uri? uri, bool isSuccess, int? httpStatusCode = default(int? ), string? error = null)

Parameters

uri
Uri?
isSuccess
Boolean
httpStatusCode
Nullable<Int32>
error
String?