orb.device.connect

Element details

type: meya.orb.event.device.connect
class: ConnectEvent
path: /meya/orb/event/device/connect.py
signature: -

Fields

field

description

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

required

signature

default

type

parent_entry_ref

null

EntryRef

trace_id

"-"

str

sensitive

false

bool

internal

false

bool

user_id

str

thread_id

str

integration_id

str

context

{}

dict

device_id

str

key

str

value

typing.Any

device_token

str

state

DeviceState

platform

Platform

Usage reference

Data

{
    "type": "meya.orb.event.device.connect", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "user_id": "STRING", 
        "thread_id": "STRING", 
        "integration_id": "STRING", 
        "context": {
            "STRING": "ANY"
        }, 
        "device_id": "STRING", 
        "key": "STRING", 
        "value": "ANY", 
        "device_token": "STRING", 
        "state": "resumed|inactive|paused|detached", 
        "platform": "android|ios|web"
    }
}