| /expo/packages/expo-linking/src/ |
| H A D | Linking.ts | 53 export async function sendIntent(action: string, extras?: SendIntentExtras[]): Promise<void> { function 55 return await NativeLinking.sendIntent(action, extras);
|
| /expo/packages/expo-linking/build/ |
| H A D | Linking.js | 47 export async function sendIntent(action, extras) { function 49 return await NativeLinking.sendIntent(action, extras);
|
| H A D | Linking.d.ts | 27 export declare function sendIntent(action: string, extras?: SendIntentExtras[]): Promise<void>;
|
| H A D | Linking.js.map | 1 …sendIntent` is only included in\n * > `Linking` for API compatibility with React Native's Linking …
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Linking/ |
| H A D | Linking.d.ts | 54 sendIntent( method
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Linking/ |
| H A D | Linking.d.ts | 54 sendIntent( method
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LinkingIOS/ |
| H A D | ABI47_0_0RCTLinkingManager.mm | 180 ABI47_0_0RCT_EXPORT_METHOD(sendIntent:(NSString *)action
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LinkingIOS/ |
| H A D | ABI49_0_0RCTLinkingManager.mm | 189 ABI49_0_0RCT_EXPORT_METHOD(sendIntent
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LinkingIOS/ |
| H A D | ABI48_0_0RCTLinkingManager.mm | 189 ABI48_0_0RCT_EXPORT_METHOD(sendIntent
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 208 val sendIntent = Intent(Intent.ACTION_VIEW).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK).setData(uri) in openEventInCalendar() constant 209 if (sendIntent.resolveActivity(mContext.packageManager) != null) { in openEventInCalendar() 210 mContext.startActivity(sendIntent) in openEventInCalendar()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 208 val sendIntent = Intent(Intent.ACTION_VIEW).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK).setData(uri) in openEventInCalendar() constant 209 if (sendIntent.resolveActivity(mContext.packageManager) != null) { in openEventInCalendar() 210 mContext.startActivity(sendIntent) in openEventInCalendar()
|
| /expo/packages/expo-calendar/android/src/main/java/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 187 … val sendIntent = Intent(Intent.ACTION_VIEW).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK).setData(uri) in <lambda>() constant 188 if (sendIntent.resolveActivity(context.packageManager) != null) { in <lambda>() 189 context.startActivity(sendIntent) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/calendar/ |
| H A D | CalendarModule.kt | 208 val sendIntent = Intent(Intent.ACTION_VIEW).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK).setData(uri) in openEventInCalendar() constant 209 if (sendIntent.resolveActivity(mContext.packageManager) != null) { in openEventInCalendar() 210 mContext.startActivity(sendIntent) in openEventInCalendar()
|
| /expo/packages/expo-linking/ |
| H A D | CHANGELOG.md | 120 - Extract `sendIntent` method `extras` parameter to the separate type named `SendIntentExtras`. ([#…
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 372 …t).getInitialURL()}},{key:"sendIntent",value:function(t,n){return'android'===v.default.OS?(0,y.def…
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 404 …:function(t,e){return'android'===c.default.OS?(0,R.default)(s.default).sendIntent(t,e):new Promise…
|
| H A D | EXDevMenuApp.android.js | 405 …:function(t,e){return'android'===c.default.OS?(0,R.default)(s.default).sendIntent(t,e):new Promise…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 405 …t).getInitialURL()}},{key:"sendIntent",value:function(t,e){return'android'===c.default.OS?(0,R.def…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 406 …t).getInitialURL()}},{key:"sendIntent",value:function(t,e){return'android'===c.default.OS?(0,R.def…
|