• 레퍼런스
  • 자습서
  • Notification.create()

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

    구문

    Notification.create(id);

    매개변수

    idNumber

    생성될 알림의 ID (정수)

    반환값

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