Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BaseResponse<T>(val status: String, val error: String? = null, val data: T? = null)
Link copied to clipboard
sealed class DataState<T>
Link copied to clipboard
@Serializable
data class DeviceData(val isAxer: Boolean = true, val osName: String, val osVersion: String, val deviceModel: String, val deviceManufacturer: String, val deviceName: String, val axerVersion: String, val baseAppName: String? = null, val isReadOnly: Boolean? = null)
Link copied to clipboard
@Serializable
data class EnabledFeathers(val isEnabledRequests: Boolean, val isEnabledExceptions: Boolean, val isEnabledLogs: Boolean, val isEnabledDatabase: Boolean, val isReadOnly: Boolean)
Link copied to clipboard
data class SessionEventDTO(val eventType: String, val transactionShort: TransactionShort?, val exception: AxerException?, val logLine: LogLine?)

Functions

Link copied to clipboard