Controlling Debug Logs
#
Enable/Disable Debug LogsAllows appmate users to open and close debug logs returned from their APIs. You can disable or enable logs using the API below.
#
RequestParameter Name | Type |
---|---|
enable | Boolean |
- Kotlin
- Java
Boolean enable = truePurchaseClient.getInstance().enableDebugLogs(enable)
val enable = truePurchaseClient.instance.enableDebugLogs(enable)