Skip to content
Snippets Groups Projects
Commit 89de7e67 authored by Bruno Windels's avatar Bruno Windels
Browse files

remove obsolete ideas

parent f8c16f52
No related branches found
No related tags found
No related merge requests found
...@@ -59,10 +59,9 @@ export enum ClientId { ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment