class Api::Feedback

Overview

The Feedback facade, used to programatically configure the sound feedback of the platform.

Included Modules

Defined in:

api/feedback.cr

Instance Method Summary

Instance methods inherited from module Bindings

call!(result)
call!(&block)
call!

Instance Method Detail

def publish_toggle_off(message) #

Publish a message that toggles off the feedback sound.


[View source]
def publish_toggle_on(message) #

Publish a message that toggles on the feedback sound.


[View source]