com-easystep2-datawedge-plugin-intent-capacitor
Version:
Capacitor plugin for Android Intents
15 lines (14 loc) • 825 B
TypeScript
import type { IntentShimPlugin } from './definitions';
declare const IntentShim: IntentShimPlugin;
export declare const ACTION_SEND = "android.intent.action.SEND";
export declare const ACTION_VIEW = "android.intent.action.VIEW";
export declare const EXTRA_TEXT = "android.intent.extra.TEXT";
export declare const EXTRA_SUBJECT = "android.intent.extra.SUBJECT";
export declare const EXTRA_STREAM = "android.intent.extra.STREAM";
export declare const EXTRA_EMAIL = "android.intent.extra.EMAIL";
export declare const ACTION_CALL = "android.intent.action.CALL";
export declare const ACTION_SENDTO = "android.intent.action.SENDTO";
export declare const ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT";
export declare const ACTION_PICK = "android.intent.action.PICK";
export * from './definitions';
export { IntentShim };