OutSystems Forge 日本語データベース

Network Interface Plugin

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-12-05 1.0.0 Armando Gomes All All Plug-ins
モバイルアプリケーション上でデバイスのIPアドレスを取得するためのネイティブプラグイン。 cordova-plugin-networkinterfaceを実装します。
モバイルアプリケーション上でデバイスのIPアドレスを取得するためのネイティブプラグイン。 cordova-plugin-networkinterfaceを実装します。 プラグインは、以下のメソッドを使用してオブジェクトネットワークインタフェースを作成します。 getWiFiIPAddress(onSuccess、onError) getCarrierIPAddress(onSuccess、onError) getIPAddress(onSuccess、onError)著者の注記:これは推奨されていないため、私は以下のロジックを実装しました:WIFIがアドレスを返す場合は、wifiを返します。 そうでない場合は、キャリアを返す。 https://github.com/salbahra/cordova-plugin-networkinterface

[Overview]
A native plugin to obtain device's IP Address on a mobile application. Implements cordova-plugin-networkinterface.
[Detail]
A native plugin to obtain device's IP Address on a mobile application. Implements cordova-plugin-networkinterface. The plugin creates the object networkinterface with the methods: getWiFiIPAddress(onSuccess, onError) getCarrierIPAddress(onSuccess, onError) getIPAddress(onSuccess, onError)Author's note: since this is deprecated, I've implemented the following logic:If WIFI returns address, return wifi; if not, return carrier. Based on https://github.com/salbahra/cordova-plugin-networkinterface
戻る