UNPKG

com.adjust.sdk

Version:

Cordova plugin for the Adjust SDK

11 lines (8 loc) 238 B
function AdjustStoreInfo(storeName) { this.storeName = storeName; this.storeAppId = null; } AdjustStoreInfo.prototype.setStoreAppId = function(storeAppId) { this.storeAppId = storeAppId; }; module.exports = AdjustStoreInfo;