AppNotificationSoundEvent 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱 알림이 표시될 때 재생할 수 있는 시스템 사운드 이벤트를 지정합니다.
public enum class AppNotificationSoundEvent
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.Builder.AppNotificationBuilderContract, 65536)]
enum class AppNotificationSoundEvent
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.Builder.AppNotificationBuilderContract), 65536)]
public enum AppNotificationSoundEvent
var value = Microsoft.Windows.AppNotifications.Builder.AppNotificationSoundEvent.default
Public Enum AppNotificationSoundEvent
- 상속
-
AppNotificationSoundEvent
- 특성
필드
Alarm | 5 | 알람 1. |
Alarm10 | 14 | 알람 10. |
Alarm2 | 6 | 알람 2. |
Alarm3 | 7 | 알람 3. |
Alarm4 | 8 | 알람 4. |
Alarm5 | 9 | 알람 5. |
Alarm6 | 10 | 알람 6. |
Alarm7 | 11 | 알람 7. |
Alarm8 | 12 | 알람 8. |
Alarm9 | 13 | 알람 9. |
Call | 15 | 수신 전화 1. |
Call10 | 24 | 수신 전화 10. |
Call2 | 16 | 수신 전화 2. |
Call3 | 17 | 수신 전화 3. |
Call4 | 18 | 수신 전화 4. |
Call5 | 19 | 수신 전화 5. |
Call6 | 20 | 수신 전화 6. |
Call7 | 21 | 수신 전화 7. |
Call8 | 22 | 수신 전화 8. |
Call9 | 23 | 수신 전화 9. |
Default | 0 | 기본값 |
IM | 1 | 인스턴트 메시지. |
2 | 메일. |
|
Reminder | 3 | 미리 알림. |
SMS | 4 | Sms. |
설명
앱 알림에 대한 오디오 이벤트를 설정하려면 AppNotificationBuilder.SetAudioEvent를 호출합니다.