다음을 통해 공유


NotificationManager.DeleteNotificationChannel(String) 메서드

정의

지정된 알림 채널을 삭제합니다.

[Android.Runtime.Register("deleteNotificationChannel", "(Ljava/lang/String;)V", "GetDeleteNotificationChannel_Ljava_lang_String_Handler", ApiSince=26)]
public virtual void DeleteNotificationChannel (string? channelId);
[<Android.Runtime.Register("deleteNotificationChannel", "(Ljava/lang/String;)V", "GetDeleteNotificationChannel_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member DeleteNotificationChannel : string -> unit
override this.DeleteNotificationChannel : string -> unit

매개 변수

channelId
String
특성

설명

지정된 알림 채널을 삭제합니다.

이 ID가 동일한 새 채널인 경우 #createNotificationChannel(NotificationChannel) create 삭제된 채널은 삭제되기 전과 동일한 모든 설정으로 삭제되지 않습니다.

에 대한 android.app.NotificationManager.deleteNotificationChannel(java.lang.String)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상