-
Notifications
You must be signed in to change notification settings - Fork 0
NinchatSDKLogListener
Pallab edited this page Mar 5, 2021
·
1 revision
Using NinchatSDKLogListener
, we can listen to SDK logs. It is useful when you want to collect SDK-related logs, filter, and store/send them to your own log store.
private val logListener: NinchatSDKLogListener = object : NinchatSDKLogListener {
override fun onLog(message: String?, throwable: Throwable?) {
Log.d(">>", "$message ${throwable?.message}")
}
}
- Home
- Installation
- SDK Permission
- How to integrate the SDK
-
Overriding SDK assets
- Old resources doc ( < SDK 0.10.0 )
- Queue list view
- In Queue view element
- Command / Chat view elements
- Review / Rating view
- Dialogue(s)
- Titlebar
- Questionnaire
- Buttons
- Example Integration
- Building the Go library
- Building SDK .aar
- Contact Us
- Licenses