remove obsolete ideas
This commit is contained in:
parent
f8c16f520e
commit
89de7e671d
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user