CupThread React Native & Expo SDK - v0.1.0
    Preparing search index...

    Interface UserAttributesUpdateResult

    Response returned after updating custom telemetry or business attributes for a user token.

    const attrResult: UserAttributesUpdateResult = {
    ok: true,
    updatedAt: '2026-09-01T10:00:00.000Z',
    };
    interface UserAttributesUpdateResult {
        ok: boolean;
        updatedAt: string;
    }
    Index
    ok: boolean

    True if user attributes were saved successfully.

    updatedAt: string

    ISO 8601 timestamp of the update.