Home
last modified time | relevance | path

Searched refs:showTitle (Results 1 – 25 of 28) sorted by relevance

12

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts27 showTitle: true,
52 showTitle: true,
/expo/packages/expo-notifications/build/
H A DNotificationCategoriesModule.types.d.ts11 showTitle?: boolean;
H A DNotificationCategoriesModule.types.js.map1 … customDismissAction?: boolean;\n allowInCarPlay?: boolean;\n showTitle?: boolean;\n …
H A DNotifications.types.d.ts617 showTitle?: boolean;
H A DNotifications.types.js.map1 …abled notification previews for the app.\n * @default false\n */\n showTitle?: boolean;\n /*…
/expo/packages/expo-notifications/src/
H A DNotificationCategoriesModule.types.ts16 showTitle?: boolean;
H A DNotifications.types.ts672 showTitle?: boolean;
/expo/packages/expo-web-browser/android/src/main/java/expo/modules/webbrowser/
H A DWebBrowserOptions.kt10 @Field var showTitle: Boolean = false, variable in expo.modules.webbrowser.OpenBrowserOptions
H A DWebBrowserModule.kt120 builder.setShowTitle(options.showTitle) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/webbrowser/
H A DWebBrowserOptions.kt10 @Field var showTitle: Boolean = false, variable in abi47_0_0.expo.modules.webbrowser.OpenBrowserOptions
H A DWebBrowserModule.kt120 builder.setShowTitle(options.showTitle) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/webbrowser/
H A DWebBrowserOptions.kt10 @Field var showTitle: Boolean = false, variable in abi49_0_0.expo.modules.webbrowser.OpenBrowserOptions
H A DWebBrowserModule.kt120 builder.setShowTitle(options.showTitle) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/webbrowser/
H A DWebBrowserOptions.kt10 @Field var showTitle: Boolean = false, variable in abi48_0_0.expo.modules.webbrowser.OpenBrowserOptions
H A DWebBrowserModule.kt120 builder.setShowTitle(options.showTitle) in <lambda>()
/expo/packages/expo-web-browser/build/
H A DWebBrowser.types.d.ts29 showTitle?: boolean;
H A DWebBrowser.types.js.map1 … the title of website on the toolbar.\n * @platform android\n */\n showTitle?: boolean;\n /*…
/expo/packages/expo-web-browser/src/
H A DWebBrowser.types.ts33 showTitle?: boolean;
/expo/packages/expo-web-browser/android/src/test/java/expo/modules/webbrowser/
H A DWebBrowserModuleTest.kt121 showTitle = true in openBrowserAsync()
146 showTitle = true in openBrowserAsync()
175 showTitle = false in openBrowserAsync()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m142 if ([params[@"showTitle"] boolValue]) {
175 …serializedOptions[@"showTitle"] = [NSNumber numberWithBool:((category.options & UNNotificationCat…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m142 if ([params[@"showTitle"] boolValue]) {
175 …serializedOptions[@"showTitle"] = [NSNumber numberWithBool:((category.options & UNNotificationCat…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m142 if ([params[@"showTitle"] boolValue]) {
175 …serializedOptions[@"showTitle"] = [NSNumber numberWithBool:((category.options & UNNotificationCat…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m142 if ([params[@"showTitle"] boolValue]) {
175 …serializedOptions[@"showTitle"] = [NSNumber numberWithBool:((category.options & UNNotificationCat…
/expo/apps/native-component-list/src/screens/WebBrowser/
H A DOpenBrowserAsyncDemo.tsx75 name: 'showTitle',
/expo/apps/test-suite/tests/
H A DNotifications.js640 showTitle: false, property
651 showTitle: true, property

12