0.3.5a 메신저봇R | 4.0 채팅 자동응답 봇 | 0.1.0 StarLight |
SessionManager.bindSession(String, android.app.Notification.Action?)
다른 메신저 앱의 room
방에 채팅이 왔을 때 메시지를 전송합니다. action
과 앱이 자동 분석한 답장 액션 모두 null
이 아닌지의 여부를 반환합니다.
구문
sessionManager.bindSession(room: String, action?: android.app.Notification.Action);
매개변수
room
메시지를 보낼 메신저 앱 내의 방
action?
메시지 전송 구현을 위한
android.app.Notification.Action
값
반환값
Boolean
- action
과 앱이 자동 분석한 답장 액션 모두 null
이 아닐 경우 true
, 둘 중 적어도 하나가 null
일 경우 false
를 반환합니다.