Fallback
A non-AI selection used when ByAi has no answer.
A narrower set than AirshipEmbeddedSelection by design: falling back to AI would be circular.
Inheritors
Types
Link copied to clipboard
data class ByComparator(val comparator: Comparator<AirshipEmbeddedInfo>) : AirshipEmbeddedSelection.ByAi.Fallback
Sort with the given comparator and display the first.
Link copied to clipboard
Display the first of these AirshipEmbeddedInfo.instanceIds that is pending.
Link copied to clipboard
Priority ordering, with sticky last-displayed behavior.