Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit b26743f

Browse files
atsushienojonpryor
authored andcommitted
NotificationChannel.LockscreenVisibility is NotificationVisibility (#8)
Context: https://bugzilla.xamarin.com/show_bug.cgi?id=58895 Change the type of `Android.App.NotificationChannel.LockscreenVisibility` from `int` to `NotificationVisibility`.
1 parent 4e0acfb commit b26743f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/Mono.Android.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@
13541354
</attribute>
13551355
<attribute name="System.Reflection.AssemblyInformationalVersionAttribute">
13561356
<properties>
1357-
<property name="InformationalVersion" value="7.4.99.72; git-rev-head:58bb714; git-branch:api-o-enumification" />
1357+
<property name="InformationalVersion" value="7.4.99.107; git-rev-head:3b5955d; git-branch:master" />
13581358
</properties>
13591359
</attribute>
13601360
<attribute name="System.Reflection.AssemblyProductAttribute">
@@ -74825,9 +74825,9 @@
7482574825
</method>
7482674826
</methods>
7482774827
</property>
74828-
<property name="LockscreenVisibility" attrib="0" ptype="System.Int32">
74828+
<property name="LockscreenVisibility" attrib="0" ptype="Android.App.NotificationVisibility">
7482974829
<methods>
74830-
<method name="get_LockscreenVisibility()" attrib="2182" returntype="System.Int32">
74830+
<method name="get_LockscreenVisibility()" attrib="2182" returntype="Android.App.NotificationVisibility">
7483174831
<attributes>
7483274832
<attribute name="Android.Runtime.RegisterAttribute">
7483374833
<properties>
@@ -74838,7 +74838,7 @@
7483874838
</attributes>
7483974839
<parameters />
7484074840
</method>
74841-
<method name="set_LockscreenVisibility(System.Int32)" attrib="2182" returntype="System.Void">
74841+
<method name="set_LockscreenVisibility(Android.App.NotificationVisibility)" attrib="2182" returntype="System.Void">
7484274842
<attributes>
7484374843
<attribute name="Android.Runtime.RegisterAttribute">
7484474844
<properties>
@@ -74848,7 +74848,7 @@
7484874848
</attribute>
7484974849
</attributes>
7485074850
<parameters>
74851-
<parameter name="value" position="0" attrib="0" type="System.Int32" />
74851+
<parameter name="value" position="0" attrib="0" type="Android.App.NotificationVisibility" />
7485274852
</parameters>
7485374853
</method>
7485474854
</methods>

0 commit comments

Comments
 (0)