Skip to main content
TryAnotherMethodOptions
Example
export interface TryAnotherMethodOptions extends CustomOptions {
  /**
   * 省略可能。`true` の場合、かつ画面コンテキスト(`screen.showRememberDevice`)がデバイスの記憶を選択可能と示している場合、このブラウザ/デバイスを記憶するユーザーの意図を示します。
   * @type {boolean | undefined}
   */
  rememberDevice?: boolean;
}

プロパティ

rememberDevice?
boolean
省略可能です。true で、かつ screen.showRememberDevicetrue の場合、 SDK はフォーム送信時に rememberBrowser=true を含めます。