File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- using CommunityToolkit . Maui . Core ;
1
+ using System . Runtime . Versioning ;
2
+ using CommunityToolkit . Maui . Core ;
2
3
using CommunityToolkit . Maui . Core . Handlers ;
3
4
using CommunityToolkit . Maui . Views ;
4
5
@@ -7,6 +8,11 @@ namespace CommunityToolkit.Maui;
7
8
/// <summary>
8
9
/// This class contains CameraView's <see cref="MauiAppBuilder"/> extensions.
9
10
/// </summary>
11
+ [ SupportedOSPlatform ( "windows10.0.10240.0" ) ]
12
+ [ SupportedOSPlatform ( "android21.0" ) ]
13
+ [ SupportedOSPlatform ( "ios" ) ]
14
+ [ SupportedOSPlatform ( "maccatalyst" ) ]
15
+ [ SupportedOSPlatform ( "tizen" ) ]
10
16
public static class AppBuilderExtensions
11
17
{
12
18
/// <summary>
Original file line number Diff line number Diff line change 1
1
using System . ComponentModel ;
2
+ using System . Runtime . Versioning ;
2
3
using System . Windows . Input ;
3
4
using CommunityToolkit . Maui . Core . Primitives ;
4
5
using CommunityToolkit . Maui . Views ;
5
6
namespace CommunityToolkit . Maui . Core ;
6
7
7
8
/// <summary>Default Values for <see cref="ICameraView"/>"/></summary>
9
+ [ SupportedOSPlatform ( "windows10.0.10240.0" ) ]
10
+ [ SupportedOSPlatform ( "android21.0" ) ]
11
+ [ SupportedOSPlatform ( "ios" ) ]
12
+ [ SupportedOSPlatform ( "maccatalyst" ) ]
13
+ [ SupportedOSPlatform ( "tizen" ) ]
8
14
[ EditorBrowsable ( EditorBrowsableState . Never ) ]
9
15
public static class CameraViewDefaults
10
16
{
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ namespace CommunityToolkit.Maui.Views;
14
14
[ SupportedOSPlatform ( "android21.0" ) ]
15
15
[ SupportedOSPlatform ( "ios" ) ]
16
16
[ SupportedOSPlatform ( "maccatalyst" ) ]
17
+ [ SupportedOSPlatform ( "tizen" ) ]
17
18
public partial class CameraView : View , ICameraView
18
19
{
19
20
static readonly BindablePropertyKey isAvailablePropertyKey =
You can’t perform that action at this time.
0 commit comments