8 lines
108 B
C#
8 lines
108 B
C#
|
|
namespace Microsoft.Maui.Platform.Linux.Services;
|
||
|
|
|
||
|
|
public enum AnnouncementPriority
|
||
|
|
{
|
||
|
|
Polite,
|
||
|
|
Assertive
|
||
|
|
}
|