@situm/react-native
    Preparing search index...

    Type Alias RealTimeRequest

    A data object that contains the parameters to process realtime data of the users.

    type RealTimeRequest = {
        building: Building;
        pollTime: number;
    }
    Index

    Properties

    Properties

    building: Building

    Building object

    pollTime: number

    Interval in milliseconds (minimum is 3000ms)