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