Experiment JS Client Documentation - v1.16.1
    Preparing search index...

    Interface ExperimentUserProvider

    An ExperimentUserProvider injects information into the ExperimentUser object before sending a request to the server. This can be used to pass identity (deviceId and userId), or other platform specific context.

    interface ExperimentUserProvider {
        getUser(): ExperimentUser;
    }

    Implemented by

    Index

    Methods

    Methods