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 { export interface InstallLink {
createInstallURL(deepLink: SafeLink) : string; createInstallURL(deepLink: SafeLink) : string;
//get buttonCSSClass(): string; // in AppleStoreLink, we can set the cookie here for deeplinking
platform: Platform;
// in AppleStoreLink, we can set the cookie here
// onInstallChosen(deepLink: SafeLink); // onInstallChosen(deepLink: SafeLink);
platform: Platform;
channelId: string; channelId: string;
description: string; description: string;
} }