BasicDeviceObject

Represents a device where a user has logged into Wickr, containing information about the device's type, status, and login history.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique application ID for the Wickr app on this device.

Link copied to clipboard

The timestamp when the device first appeared in the Wickr database.

Link copied to clipboard

The timestamp when the device last successfully logged into Wickr. This is also used to determine SSO idle time.

Link copied to clipboard

The current status of the device, either 'Active' or 'Reset' depending on whether the device is currently active or has been marked for reset.

Link copied to clipboard

Indicates whether the device is suspended.

Link copied to clipboard
val type: String?

The operating system of the device (e.g., 'MacOSX', 'Windows', 'iOS', 'Android').

Functions

Link copied to clipboard
inline fun copy(block: BasicDeviceObject.Builder.() -> Unit = {}): BasicDeviceObject
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String