Skip to main content
再送機能の設定オプション
Example
export interface StartResendOptions {
  timeoutSeconds?: number;
  onStatusChange?: OnStatusChangeCallback;
  onTimeout?: () => void;
}

プロパティ

onTimeout
void
timeoutSeconds?
number