From 89de7e671d82c9918fdee5ddd0c14169d40125ef Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 24 Nov 2020 12:23:04 +0100 Subject: [PATCH] remove obsolete ideas --- src/clients/types.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/clients/types.ts b/src/clients/types.ts index 7a2f8c4..9c4c266 100644 --- a/src/clients/types.ts +++ b/src/clients/types.ts @@ -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; }