提供: Bright Pattern Documentation
• 日本語

Revision as of 10:09, 21 September 2026 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeeplTranslate extension)

< 前へ | 次へ >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
移動先: 案内検索
• English

acceptInteraction

着信したインタラクションを承認します。

リクエスト

構文

acceptInteraction(interactionId?: string): Promise<OperationResult<null>>

パラメータ

パラメータ パラメータの値 データ型 オプション/必須 説明
interactionId 文字列 オプション 受信したインタラクションのidです。idが特定されていない場合は、アクティブなインタラクションが対象となります。

リクエスト例

    acceptInteractionButton.onclick = () => {

const itemId = activeInteractionIdInput.value

adApi.acceptInteraction(itemId)

}

戻り値

null

< 前へ | 次へ >