Package-level declarations

Includes the callback interface for the Feedback API.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface FeedbackCallback : Callback<Unit, SearchFailure>

Callback that reports when Unit or SearchFailure is received. A callback with Unit means that the feedback event was successfully sent to the backend search service.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object FeedbackResultIdFactory

Factory for creating different kinds of instances of FeedbackResultId.