提供: Bright Pattern Documentation
• 日本語

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

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

getPhoneDevicesList

利用可能な電話デバイスの配列を返します。

リクエスト

構文

getPhoneDevicesList(): Promise<OperationResult<PhoneDevice[]>>

type PhoneDevice =

"phone_type_browser" |

"phone_type_external" |

"phone_type_hard_custom" |

"phone_type_hard_default" |

    "phone_type_nailed" |

"phone_type_none" |

"phone_type_soft_secure" |

"phone_type_soft_unsecure"

パラメータ (なし)

リクエスト例

getPhoneDevicesListButton.onclick = () => {

adApi.getPhoneDevicesList()

}

戻り値

このメソッドは、利用可能な PhoneDevice タイプのリストを返します。

< 前へ | 次へ >