Mini Kabibi Habibi

Current Path : C:/Program Files/McAfee/WebAdvisor/telemetry/serializers/
Upload File :
Current File : C:/Program Files/McAfee/WebAdvisor/telemetry/serializers/extensioninstallationtoast.js

var ExtensionInstallationToast = function(){
    this.elements = {};
    this.elements["category"] = "ExtensionInstallationToast";
    this.elements["action_type"] = "UNKNOWN";
    this.elements["browser"] = "UNKNOWN";
    this.elements["sequence"] = "UNKNOWN";
    this.elements["_event_name"] = "ExtensionInstallationToast";
    this.category = function(val)
    {
        this.elements["category"] = val.toString();
        return this;
    };
    this.action_type = function(val)
    {
        this.elements["action_type"] = val.toString();
        return this;
    };
    this.browser = function(val)
    {
        this.elements["browser"] = val.toString();
        return this;
    };
    this.sequence = function(val)
    {
        this.elements["sequence"] = val.toString();
        return this;
    };
    this.Serialize = function()
    {
        return JSON.stringify(this.elements);
    };
}
//1DA9FC0ACFDA42E548B294CC02BCE2765DDE21D172B27CC2037943AD34889024362BF36DC485F1E850FCA76FDD75A4D8DEB6DB404C9AC2613133A5C8B9360F18++