-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BD-3275] Cordova cleanup #8674
Draft
internetisaiah
wants to merge
3
commits into
develop
Choose a base branch
from
BD-3275-cordova
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
_docs/_developer_guide/platform_integration_guides/cordova/analytics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
_docs/_developer_guide/platform_integration_guides/cordova/content_cards.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
_docs/_developer_guide/platform_integration_guides/cordova/in_app_messages.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
nav_title: In-App Messages | ||
page_order: 2 | ||
description: "This landing page is home to all things in-app messaging for the Braze Cordova SDK." | ||
platform: | ||
- Cordova | ||
- iOS | ||
- Android | ||
--- | ||
|
||
# In-app messages | ||
|
||
> [In-app messages]({{site.baseurl}}/user_guide/message_building_by_channel/in-app_messages/) help you get content to your user without interrupting their day with a push notification. Customized and tailored in-app messages enhance the user experience and help your audience get the most value from your app. With a variety of layouts and customization tools to choose from, in-app messages engage your users more than ever before. For in-app message examples, check out our [case studies](https://www.braze.com/customers). | ||
|
||
{% multi_lang_include developer_guide/prerequisites/cordova.md %} | ||
|
||
## Setting up in-app messages | ||
|
||
By default the Cordova SDK supports in-app messages with no changes. See the [Android]({{site.baseurl}}/developer_guide/platform_integration_guides/android/in-app_messaging/integration/) or [iOS]({{site.baseurl}}/developer_guide/platform_integration_guides/swift/in-app_messaging/overview/) integration examples for information on customizing in-app messages. Furthermore, you can look at the [sample Cordova application](https://github.com/braze-inc/braze-cordova-sdk/blob/master/sample-project/www/js/index.js) or the sample [Android](https://github.com/braze-inc/braze-android-sdk) or [iOS](https://github.com/braze-inc/braze-swift-sdk) application for implementation samples. | ||
|
||
## GIF support | ||
|
||
{% multi_lang_include wrappers/gif_support/in_app_messaging.md %} |
7 changes: 0 additions & 7 deletions
7
_docs/_developer_guide/platform_integration_guides/cordova/initial_setup.md
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
...eveloper_guide/platform_integration_guides/cordova/initial_setup/integration.md
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
_docs/_developer_guide/platform_integration_guides/cordova/news_feed.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
page_order: 4 | ||
nav_title: News Feed | ||
description: "Learn about News Feed for the Braze Android SDK." | ||
platform: | ||
- Cordova | ||
- Android | ||
- FireOS | ||
channel: | ||
- news feed | ||
--- | ||
|
||
# News Feed | ||
|
||
> Learn about News Feed for the Braze Cordova SDK. | ||
|
||
{% multi_lang_include deprecations/braze_sdk/news_feed.md %} | ||
|
||
## Prerequisites | ||
|
||
THIS. | ||
|
||
## Setting up News Feed | ||
|
||
See the [Android]({{site.baseurl}}/developer_guide/platform_integration_guides/android/news_feed/integration/) and [iOS]({{site.baseurl}}/developer_guide/platform_integration_guides/legacy_sdks/ios/news_feed/integration/) integration instructions for information on how to integrate the News Feed into your Cordova app. Alternatively, our Cordova plugin provides a method, `launchNewsFeed`, that will launch a modal News Feed without further integration. | ||
|
||
The Braze Cordova SDK has several methods to get the number of read or unread News Feed cards for different categories. Check out a [sample project implementation](https://github.com/braze-inc/braze-cordova-sdk/blob/master/sample-project/www/js/index.js) for an example. |
27 changes: 0 additions & 27 deletions
27
_docs/_developer_guide/platform_integration_guides/cordova/other_integrations.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the android example is currently missing because i cannot find it on the cordova sdk integration page.