NotificationBuilder.onClick()
알림에 클릭 가능한 버튼과 클릭할 때 호출될 콜백 함수를 설정합니다.
구문
NotificationBuilder.onClick(title, callback);
매개변수
title String버튼의 제목 | |
callback (id) => Any?버튼을 클릭할 때 호출될 콜백 함수
|
반환값
NotificationBuilder
- 해당 NotificationBuilder
객체
알림에 클릭 가능한 버튼과 클릭할 때 호출될 콜백 함수를 설정합니다.
NotificationBuilder.onClick(title, callback);
title String버튼의 제목 | |
callback (id) => Any?버튼을 클릭할 때 호출될 콜백 함수
|
NotificationBuilder
- 해당 NotificationBuilder
객체