We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb5986 commit 941c442Copy full SHA for 941c442
shell/platform/android/io/flutter/embedding/engine/systemchannels/PlatformChannel.java
@@ -430,7 +430,8 @@ public interface PlatformMessageHandler {
430
431
/** Types of sounds the Android OS can play on behalf of an application. */
432
public enum SoundType {
433
- CLICK("SystemSoundType.click");
+ CLICK("SystemSoundType.click"),
434
+ ALERT("SystemSoundType.alert");
435
436
@NonNull
437
static SoundType fromValue(@NonNull String encodedName) throws NoSuchFieldException {
0 commit comments