THEOplayer React Native Connectors
    Preparing search index...

    Interface AgamaConfiguration

    Describes the configuration of Agama.

    interface AgamaConfiguration {
        application?: string;
        applicationVersion?: string;
        config: string;
        deviceID?: string;
        deviceManufacturer?: string;
        deviceModel?: string;
        deviceType?: string;
        logLevel?: AgamaLogLevelType;
        userAccountID?: string;
    }
    Index

    Properties

    application?: string

    The name of your application.


    - Will not be reported to Agama if not present

    applicationVersion?: string

    The version of your application


    - Will not be reported to Agama if not present

    config: string

    The initial base configuration.


    - For more information, consult the Agama documentation.

    <br/> - 'emp_service=http://127.0.0.1:8191/report;report_interval=60;id_report_interval=240;operator_id=fooSoo'
    
    deviceID?: string

    The identifier of the device.


    - Make sure to pass a valid string as indicated by the Agama SDK documentation. No specific value format validation is performed on this as that is deemed the responsibility of the one setting this value externally via this configuration property.
    - Will be generated internally for each session if not present

    deviceManufacturer?: string

    The manufacturer of the device


    Available since v5.3.0

    deviceModel?: string

    The model name of the Device, including the "submodel". Use the spelling set by the manufacturer.

    deviceType?: string

    A string describing the physical Device type


    - These pre-defined Device type values must be used if the Device matches one of following: 'tablet', 'mobile', 'pc', 'media-streamer' (used for Chromecast, Apple TV), 'game-console', 'tv'.
    - If no value is passed, the player will determine this based on the user agent.

    The type of log level.

    'fatal'

    userAccountID?: string

    The identifier of the user account.


    - Will not be reported to Agama if not present