EngagementListener

SDK 가 특정한 조건에서 클라이언트에 개입 (Engagement) 하기 위한 이벤트 리스너
An event listener for the SDK to engage clients in certain conditions.


korean

여기서 특정한 조건은 모바일 메시지 (SMS), 푸시 알림 (Push Notification) 으로 전송된 메시지의 URL 클릭이나 프로모션 뷰에서 사용자 동작 등이 있다.


english

The specific conditions are, for example, a mobile message (SMS), a URL click on a message in a push notification, or a user action in a promotional view.

Functions

Link copied to clipboard
abstract fun onEngagement(result: ResultAPI, engagementEventType: Promotion.EngagementEventType, engagementEventState: Promotion.EngagementEventState, param: JSONObject?)

SDK 가 특정한 조건에서 클라이언트에 개입 (Engagement) 하기 위한 이벤트 리스너
An event listener for the SDK to engage clients in certain conditions.