-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathPublicAPI.Unshipped.txt
More file actions
51 lines (51 loc) · 6.26 KB
/
Copy pathPublicAPI.Unshipped.txt
File metadata and controls
51 lines (51 loc) · 6.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#nullable enable
Microsoft.Maui.ApplicationModel.IPermissions
Microsoft.Maui.ApplicationModel.IPermissions.CheckStatusAsync<TPermission>() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>!
Microsoft.Maui.ApplicationModel.IPermissions.RequestAsync<TPermission>() -> System.Threading.Tasks.Task<Microsoft.Maui.ApplicationModel.PermissionStatus>!
Microsoft.Maui.ApplicationModel.IPermissions.ShouldShowRationale<TPermission>() -> bool
static Microsoft.Maui.ApplicationModel.Permissions.Current.get -> Microsoft.Maui.ApplicationModel.IPermissions!
*REMOVED*Microsoft.Maui.Storage.IFilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult?>!>!
*REMOVED*static Microsoft.Maui.Storage.FilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult?>!>!
Microsoft.Maui.Devices.Sensors.GeolocationListeningRequest.MinimumDistance.get -> double
Microsoft.Maui.Devices.Sensors.GeolocationListeningRequest.MinimumDistance.set -> void
Microsoft.Maui.Devices.Sensors.LocationTypeConverter
Microsoft.Maui.Devices.Sensors.LocationTypeConverter.LocationTypeConverter() -> void
Microsoft.Maui.Storage.IFilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult!>?>!
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object? value, System.Type! destinationType) -> object?
static Microsoft.Maui.Storage.FilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult!>?>!
Microsoft.Maui.Media.IViewScreenshot
Microsoft.Maui.Media.IViewScreenshot.CaptureViewAsync(object! platformView) -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?>!
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.get -> bool
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.set -> void
Microsoft.Maui.Authentication.IPasskeys
Microsoft.Maui.Authentication.IPasskeys.AssertAsync(Microsoft.Maui.Authentication.PasskeyRequestOptions! options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.PasskeyAssertionResponse!>!
Microsoft.Maui.Authentication.IPasskeys.CreateAsync(Microsoft.Maui.Authentication.PasskeyCreationOptions! options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.PasskeyCreationResponse!>!
Microsoft.Maui.Authentication.IPasskeys.IsSupported.get -> bool
Microsoft.Maui.Authentication.PasskeyAssertionResponse
Microsoft.Maui.Authentication.PasskeyAssertionResponse.Id.get -> string!
Microsoft.Maui.Authentication.PasskeyAssertionResponse.UserHandle.get -> string?
Microsoft.Maui.Authentication.PasskeyCreationOptions
Microsoft.Maui.Authentication.PasskeyCreationOptions.PasskeyCreationOptions(string! creationOptionsJson) -> void
Microsoft.Maui.Authentication.PasskeyCreationOptions.PreferImmediatelyAvailable.get -> bool
Microsoft.Maui.Authentication.PasskeyCreationOptions.PreferImmediatelyAvailable.set -> void
Microsoft.Maui.Authentication.PasskeyCreationResponse
Microsoft.Maui.Authentication.PasskeyCreationResponse.Id.get -> string!
Microsoft.Maui.Authentication.PasskeyRequestOptions
Microsoft.Maui.Authentication.PasskeyRequestOptions.PasskeyRequestOptions(string! requestOptionsJson) -> void
Microsoft.Maui.Authentication.PasskeyRequestOptions.PreferImmediatelyAvailable.get -> bool
Microsoft.Maui.Authentication.PasskeyRequestOptions.PreferImmediatelyAvailable.set -> void
Microsoft.Maui.Authentication.Passkeys
override Microsoft.Maui.Authentication.PasskeyAssertionResponse.ToString() -> string!
override Microsoft.Maui.Authentication.PasskeyCreationOptions.ToString() -> string!
override Microsoft.Maui.Authentication.PasskeyCreationResponse.ToString() -> string!
override Microsoft.Maui.Authentication.PasskeyRequestOptions.ToString() -> string!
static Microsoft.Maui.Authentication.Passkeys.AssertAsync(Microsoft.Maui.Authentication.PasskeyRequestOptions! options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.PasskeyAssertionResponse!>!
static Microsoft.Maui.Authentication.Passkeys.AssertAsync(string! requestOptionsJson, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.PasskeyAssertionResponse!>!
static Microsoft.Maui.Authentication.Passkeys.CreateAsync(Microsoft.Maui.Authentication.PasskeyCreationOptions! options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.PasskeyCreationResponse!>!
static Microsoft.Maui.Authentication.Passkeys.CreateAsync(string! creationOptionsJson, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<Microsoft.Maui.Authentication.PasskeyCreationResponse!>!
static Microsoft.Maui.Authentication.Passkeys.Default.get -> Microsoft.Maui.Authentication.IPasskeys!
static Microsoft.Maui.Authentication.Passkeys.IsSupported.get -> bool
Microsoft.Maui.Media.Locale.Locale(string? language, string? country, string? name, string? id) -> void