Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created January 4, 2021 17:39
Show Gist options
  • Select an option

  • Save kinisoftware/7276f02879729b45931f27229b02c625 to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/7276f02879729b45931f27229b02c625 to your computer and use it in GitHub Desktop.
class PlaybackStartedHandler : RequestHandler {
override fun canHandle(input: HandlerInput) =
input.matches(Predicates.requestType(PlaybackStartedRequest::class.java))
override fun handle(input: HandlerInput) = input.responseBuilder.build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment