UNPKG

com.adjust.sdk

Version:

Cordova plugin for the Adjust SDK

11 lines (8 loc) 222 B
function AdjustDeeplink(deeplink) { this.deeplink = deeplink; this.referrer = null; } AdjustDeeplink.prototype.setReferrer = function(referrer) { this.referrer = referrer; }; module.exports = AdjustDeeplink;