Context for beacon requests to track analytics.

interface RNBeaconContext {
    relationTrace?: RNBeaconCollectionRelation[];
    viewType: RNBeaconViewType;
}

Properties

relationTrace?: RNBeaconCollectionRelation[]

Ordered trace of collection relations leading to the current content.

The view type that originated the playback.