@farmart-tech/brave-client-sdk
    Preparing search index...

    Interface DeviceContext

    Information about the current device and environment.

    interface DeviceContext {
        deviceID: string;
        devicePlatform:
            | "android"
            | "native-web-view"
            | "iphone-web"
            | "android-web"
            | "web";
        deviceRegisteredAt: string;
        environment: Environment;
    }
    Index

    Properties

    deviceID: string

    Unique device identifier (used for consistent hashing).

    devicePlatform:
        | "android"
        | "native-web-view"
        | "iphone-web"
        | "android-web"
        | "web"

    Platform the application is running on.

    deviceRegisteredAt: string

    ISO 8601 registration date of the device.

    environment: Environment

    The deployment environment.