THEOplayer React Native Connectors
    Preparing search index...

    Interface CastLabsIntegrationParameters

    interface CastLabsIntegrationParameters {
        merchant?: string;
        sessionId?: string;
        token?: string;
        userId?: string;
    }
    Index

    Properties

    merchant?: string

    The CastLabs merchant

    sessionId?: string

    The CastLabs sessionId

    token?: string

    The CastLabs token

    userId?: string

    The CastLabs userId