Skip to main content
Options permettant de configurer la fonctionnalité de renvoi
Example
export interface StartResendOptions {
  timeoutSeconds?: number;
  onStatusChange?: OnStatusChangeCallback;
  onTimeout?: () => void;
}

Propriétés

onTimeout
void
timeoutSeconds?
number