@lifeintelligencegroup/ngx-lig-ari
Version:
Life Intelligence Group Artificial Intelligence
23 lines (22 loc) • 1.14 kB
TypeScript
import { OnInit, EventEmitter, AfterViewInit } from '@angular/core';
import { IAttachmentContentButton } from './../../model/conversation.model';
import { Platform, ActionSheetController } from '@ionic/angular';
import * as i0 from "@angular/core";
export declare class AriCardVideoAttachmentsComponent implements OnInit, AfterViewInit {
private plt;
private actionSheetController;
sendSelectionEv: EventEmitter<any>;
attachment: any;
videoID: string;
videoType: string;
constructor(plt: Platform, actionSheetController: ActionSheetController);
ngOnInit(): void;
ngAfterViewInit(): void;
private youtube_parser;
hasButtons(content: any): IAttachmentContentButton[];
sendSelection(button: any): void;
showMoreButtons(): Promise<void>;
videoPlayerType(url: string): "facebook" | "youtube";
static ɵfac: i0.ɵɵFactoryDeclaration<AriCardVideoAttachmentsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AriCardVideoAttachmentsComponent, "lib-ari-card-video-attachments", never, { "attachment": "attachment"; }, { "sendSelectionEv": "sendSelectionEv"; }, never, never>;
}