-
Notifications
You must be signed in to change notification settings - Fork 40
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
Restructure AJO #437
Restructure AJO #437
Conversation
@@ -51,41 +37,19 @@ Android | |||
|
|||
<Tabs query="platform=android&api=register-extension"/> | |||
|
|||
## refreshInAppMessages |
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.
altered to use instead of tab for refreshInAppMessages API
src/pages/edge/adobe-journey-optimizer/in-app-message/tutorials/handle-clicks.md
Show resolved
Hide resolved
@@ -0,0 +1,171 @@ | |||
--- |
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.
newly created class. Should review
@@ -0,0 +1,29 @@ | |||
--- |
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.
newly created class. Should review
@@ -0,0 +1,101 @@ | |||
--- |
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.
newly created class. Should review
@@ -0,0 +1,103 @@ | |||
--- |
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.
newly created class. Should review
@@ -0,0 +1,94 @@ | |||
--- |
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.
newly created class. Should review
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.
Comments!
src/pages/edge/adobe-journey-optimizer/in-app-message/validate-messages.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/in-app-message/validate-messages.md
Outdated
Show resolved
Hide resolved
### Q: What do I do when one of the required extensions is missing? | ||
|
||
**A:** Ensure that each required extension is linked to your project and registered by `MobileCore`. For more information, please read the [Mobile Core API reference](../../mobile-core/api-reference.md#registerextensions). |
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.
For the Q+A, I don't think we need to state it's a Q and A - we can just use the headers to let users know that.
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.
I like this idea. It looks much cleaner. I think we should also enforce this in the EdgeIdentity's FAQ.
src/pages/edge/adobe-journey-optimizer/push-notification/android/manual-display-and-tracking.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/push-notification/android/manual-display-and-tracking.md
Outdated
Show resolved
Hide resolved
final String actionId) // actionId of the element which performed the custom action. | ||
``` | ||
|
||
##### Sending push notification interaction feedback when application is opened without any custom action |
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.
Going from an H2 to an H5 is a bit much. This should be an H3 instead. This goes for the latter ones too.
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.
I bolded the text instead. Let me know if this works
src/pages/edge/adobe-journey-optimizer/push-notification/index.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/push-notification/tabs/push-payload.md
Outdated
Show resolved
Hide resolved
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.
Looks good! Some minor changes.
gatsby-config.js
Outdated
path: "/edge/adobe-journey-optimizer/tutorials/messaging-delegate" | ||
}, | ||
title: "Public classes and enums", | ||
path: "/edge/adobe-journey-optimizer/public-classes-and-enum", |
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.
Minor - can we keep this as just "/public-classes" for the sake of not breaking links?
Not a huge deal if we do want to change the URLs, but it just means a few more redirects need to be created.
src/pages/edge/adobe-journey-optimizer/public-classes-and-enum/index.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/public-classes-and-enum/message.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/public-classes-and-enum/messaging-push-payload.md
Outdated
Show resolved
Hide resolved
...ges/edge/adobe-journey-optimizer/push-notification/android/automatic-display-and-tracking.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/push-notification/android/manual-display-and-tracking.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/push-notification/android/manual-display-and-tracking.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/push-notification/android/manual-display-and-tracking.md
Outdated
Show resolved
Hide resolved
src/pages/edge/adobe-journey-optimizer/push-notification/tabs/push-payload.md
Outdated
Show resolved
Hide resolved
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.
LGTM!
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: