remove obsolete ideas

This commit is contained in:
Bruno Windels 2020-11-24 12:23:04 +01:00
parent f8c16f520e
commit 89de7e671d

View File

@ -59,10 +59,9 @@ export enum ClientId {
*/
export interface InstallLink {
createInstallURL(deepLink: SafeLink) : string;
//get buttonCSSClass(): string;
platform: Platform;
// in AppleStoreLink, we can set the cookie here
// in AppleStoreLink, we can set the cookie here for deeplinking
// onInstallChosen(deepLink: SafeLink);
platform: Platform;
channelId: string;
description: string;
}