:Request

Requests data from the server for a specific realKey on a one-time basis. The server will check authorization before sending the data. The received data is also cached locally.


DataReplicator:Request(realKey: string)


  • realKey: string

    The key of the data to update. The key must have been previously created or registered.

Last updated