Notification.create()

특정 ID의 알림을 생성하는 NotificationBuilder 객체를 반환합니다.

구문

JavaScript

Notification.create(id);

매개변수

id Number

생성될 알림의 ID (정수)

반환값

NotificationBuilder - id를 ID로 가지는 알림을 생성하는 NotificationBuilder 객체를 반환합니다.