ContentWasSelected(ContentSaliencyOption)
Summary
public void ContentWasSelected(ContentSaliencyOption content)Remarks
Parameters
Name
Description
Last updated
Was this helpful?
Method in BestSaliencyStrategy
Called by Yarn Spinner to indicate that a piece of salient content has been selected, and this system should update any state related to how it selects content.
public void ContentWasSelected(ContentSaliencyOption content)If a content saliency strategy does not need to keep track of any state, then this method can be empty.
The content that has been selected.
Last updated
Was this helpful?
Was this helpful?
