Skip to content

connect-sdk / de.proglove.sdk / PgManager / triggerFeedback

triggerFeedback

fun triggerFeedback(predefinedFeedback:PgPredefinedFeedback, callback:IPgFeedbackCallback):Unit

Triggers a Feedback on the currently connected Mark

Parameters

predefinedFeedback - The PgPredefinedFeedback that should be played on the Mark

callback - Will be called back if the Feedback was successfully transmitted or with an errorfun triggerFeedback(command:PgCommand<PgPredefinedFeedback>, callback:IPgFeedbackCallback):Unit

Triggers a Feedback on the currently connected Mark

Parameters

command - Holding the PgImageConfig and optional de.proglove.sdk.commands.PgCommandParams

callback - Will be called back if the Feedback was successfully transmitted or with an error