e

fun e(message: String): Int

Logs an error message.

Use this method to log error conditions that indicate a problem in the SDK or application flow that should be investigated.

Return

The result of the underlying Log.e() call

Parameters

message

The error message to log