Update API references for media tracking APIs#111
Merged
yangyansong-adbe merged 7 commits intoadobe:mediafrom Nov 14, 2023
Merged
Update API references for media tracking APIs#111yangyansong-adbe merged 7 commits intoadobe:mediafrom
yangyansong-adbe merged 7 commits intoadobe:mediafrom
Conversation
addb
reviewed
Nov 13, 2023
praveek
reviewed
Nov 13, 2023
praveek
reviewed
Nov 13, 2023
praveek
reviewed
Nov 13, 2023
addb
reviewed
Nov 13, 2023
addb
reviewed
Nov 13, 2023
addb
reviewed
Nov 13, 2023
addb
reviewed
Nov 13, 2023
addb
reviewed
Nov 13, 2023
addb
reviewed
Nov 14, 2023
Documentation/api-reference.md
Outdated
| > [!IMPORTANT] | ||
| > The AEP task node performs the core logic of the SDK. Typically, a Roku project maintains only one instance of the AEP task node. | ||
|
|
||
| It's recommended to first call AdobeAEPSDKInit() without passing an argument within the scene script. It initializes a new AEP task node and creates an associated SDK instance. Then, the task node instance can be retrieved via the getTaskNode() API. |
Contributor
There was a problem hiding this comment.
It is required right? Since if not then we need to provide the details on how to create their own taskNode of the type SDK requires.
Can we reword
Warning
It's required to initialize the first SDK instance without taskNode. Use the taskNode instance created along with the first SDK instance then onwards.
Contributor
There was a problem hiding this comment.
Let's add a sample:
Create SDK instance for different sub Scenes:
taskNode = aepsdk.getTaskNode()
newSDKInstance = AdobeSDKInit(taskNode)
Contributor
Author
There was a problem hiding this comment.
We do have a similar sample.
Contributor
Author
There was a problem hiding this comment.
And it's too much to add multiple alerts here. I'd prefer to have only one important alert.
addb
approved these changes
Nov 14, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.