Searched refs:SendIntentExtras (Results 1 – 7 of 7) sorted by relevance
2 import { ParsedURL, SendIntentExtras, URLListener } from './Linking.types';27 export declare function sendIntent(action: string, extras?: SendIntentExtras[]): Promise<void>;
35 export type SendIntentExtras = { alias
1 …nativeEvent: MessageEvent) => void;\n\n// @docsMissing\nexport type SendIntentExtras = { key: stri…
1 …SendIntentExtras, URLListener } from './Linking.types';\nimport { parse } from './createURL';\nimp…
6 import { ParsedURL, SendIntentExtras, URLListener } from './Linking.types';53 export async function sendIntent(action: string, extras?: SendIntentExtras[]): Promise<void> {
49 export type SendIntentExtras = { key: string; value: string | number | boolean }; alias
120 - Extract `sendIntent` method `extras` parameter to the separate type named `SendIntentExtras`. ([#…