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 ;
23using CommunityToolkit . Maui . Core . Handlers ;
34using CommunityToolkit . Maui . Views ;
45
@@ -7,6 +8,11 @@ namespace CommunityToolkit.Maui;
78/// <summary>
89/// This class contains CameraView's <see cref="MauiAppBuilder"/> extensions.
910/// </summary>
11+ [ SupportedOSPlatform ( "windows10.0.10240.0" ) ]
12+ [ SupportedOSPlatform ( "android21.0" ) ]
13+ [ SupportedOSPlatform ( "ios" ) ]
14+ [ SupportedOSPlatform ( "maccatalyst" ) ]
15+ [ SupportedOSPlatform ( "tizen" ) ]
1016public static class AppBuilderExtensions
1117{
1218 /// <summary>
Original file line number Diff line number Diff line change 11using System . ComponentModel ;
2+ using System . Runtime . Versioning ;
23using System . Windows . Input ;
34using CommunityToolkit . Maui . Core . Primitives ;
45using CommunityToolkit . Maui . Views ;
56namespace CommunityToolkit . Maui . Core ;
67
78/// <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" ) ]
814[ EditorBrowsable ( EditorBrowsableState . Never ) ]
915public static class CameraViewDefaults
1016{
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ namespace CommunityToolkit.Maui.Views;
1414[ SupportedOSPlatform ( "android21.0" ) ]
1515[ SupportedOSPlatform ( "ios" ) ]
1616[ SupportedOSPlatform ( "maccatalyst" ) ]
17+ [ SupportedOSPlatform ( "tizen" ) ]
1718public partial class CameraView : View , ICameraView
1819{
1920 static readonly BindablePropertyKey isAvailablePropertyKey =
You can’t perform that action at this time.
0 commit comments