Interface GooglePlayReferrerManager

interface GooglePlayReferrerManager {
    getGooglePlayReferrer(): Promise<string>;
}

Methods