Notification.create()
특정 ID의 알림을 생성하는 NotificationBuilder
객체를 반환합니다.
구문
Notification.create(id: Number);
매개변수
id
생성될 알림의 ID (정수)
반환값
NotificationBuilder
- id
를 ID로 가지는 알림을 생성하는 NotificationBuilder
객체를 반환합니다.
특정 ID의 알림을 생성하는 NotificationBuilder
객체를 반환합니다.
Notification.create(id: Number);
id
생성될 알림의 ID (정수)
NotificationBuilder
- id
를 ID로 가지는 알림을 생성하는 NotificationBuilder
객체를 반환합니다.