CrashReportingConfig

class CrashReportingConfig : LibraryConfig

CrashReportingの設定を保持するクラスです。

Types

Builder
Link copied to clipboard
class Builder
CrashReportingConfigクラスの生成を行うためのクラスです。
Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

enabledTracking
Link copied to clipboard
val enabledTracking: Boolean
アプリケーションのクラッシュイベント (native_app_crashed) の自動送信の有無の取得・設定を行います。true の場合はクラッシュイベントの自動送信が有効となり、false の場合は無効となります。デフォルトは true です。