File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 "nativescript-css-loader" : " ~0.26.0" ,
3636 "nativescript-dev-typescript" : " ~0.7.0" ,
3737 "nativescript-dev-webpack" : " ~0.18.0" ,
38- "tslint" : " ~5.11.0" ,
39- "@angular/compiler-cli" : " ~7.1.0" ,
40- "@ngtools/webpack" : " ~7.1.0"
38+ "tslint" : " ~5.11.0"
4139 },
4240 "scripts" : {
4341 "build.plugin" : " cd ../src && npm run build" ,
Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ export interface MessageActionButton {
77 url : string
88}
99
10- export enum MessageGenericTemplateImageAspectRatio {
11- Horizontal = 0 ,
12- Square = 1
13- }
14-
1510export interface MessageGenericTemplateElement {
1611 title : string ,
1712 subtitle ?: string ,
@@ -27,6 +22,11 @@ export interface MessageGenericTemplateElementContent {
2722 isSharable ?: boolean
2823}
2924
25+ export enum MessageGenericTemplateImageAspectRatio {
26+ Horizontal = 0 ,
27+ Square = 1
28+ }
29+
3030export enum MessageMediaTemplateMediaType {
3131 Image = 0 ,
3232 Video = 1
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ import {
77
88export * from './share-manager.common' ;
99
10+ export declare enum MessageGenericTemplateImageAspectRatio {
11+ Horizontal = 0 ,
12+ Square = 1
13+ }
14+
15+ export declare enum MessageMediaTemplateMediaType {
16+ Image = 0 ,
17+ Video = 1
18+ }
19+
1020/**
1121 * When people share links from your app to Facebook it includes a contentURL with the link to be shared.
1222 * @param {string } link Link to be shared.
You can’t perform that action at this time.
0 commit comments