You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

202 lines
7.8 KiB

7 years ago
  1. <!--
  2. # license: Licensed to the Apache Software Foundation (ASF) under one
  3. # or more contributor license agreements. See the NOTICE file
  4. # distributed with this work for additional information
  5. # regarding copyright ownership. The ASF licenses this file
  6. # to you under the Apache License, Version 2.0 (the
  7. # "License"); you may not use this file except in compliance
  8. # with the License. You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing,
  13. # software distributed under the License is distributed on an
  14. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. # KIND, either express or implied. See the License for the
  16. # specific language governing permissions and limitations
  17. # under the License.
  18. -->
  19. # cordova-plugin-device
  20. [![Build Status](https://travis-ci.org/apache/cordova-plugin-device.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-device)
  21. このプラグインをグローバル定義します `device` オブジェクトは、デバイスのハードウェアとソフトウェアについて説明します。 それは後まで利用可能なオブジェクトがグローバル スコープでは、 `deviceready` イベント。
  22. document.addEventListener("deviceready", onDeviceReady, false);
  23. function onDeviceReady() {
  24. console.log(device.cordova);
  25. }
  26. ## インストール
  27. cordova plugin add cordova-plugin-device
  28. ## プロパティ
  29. * device.cordova
  30. * device.model
  31. * device.platform
  32. * device.uuid
  33. * device.version
  34. ## device.cordova
  35. デバイスで実行されているコルドバのバージョンを取得します。
  36. ### サポートされているプラットフォーム
  37. * アマゾン火 OS
  38. * アンドロイド
  39. * ブラックベリー 10
  40. * ブラウザー
  41. * Firefox の OS
  42. * iOS
  43. * Tizen
  44. * Windows Phone 7 と 8
  45. * Windows 8
  46. ## device.model
  47. `device.model`、デバイスのモデルまたは製品の名前を返します。値は、デバイスの製造元によって設定され、同じ製品のバージョン間で異なる可能性があります。
  48. ### サポートされているプラットフォーム
  49. * アンドロイド
  50. * ブラックベリー 10
  51. * ブラウザー
  52. * iOS
  53. * Tizen
  54. * Windows Phone 7 と 8
  55. * Windows 8
  56. ### 簡単な例
  57. // Android: Nexus One returns "Passion" (Nexus One code name)
  58. // Motorola Droid returns "voles"
  59. // BlackBerry: Torch 9800 returns "9800"
  60. // Browser: Google Chrome returns "Chrome"
  61. // Safari returns "Safari"
  62. // iOS: for the iPad Mini, returns iPad2,5; iPhone 5 is iPhone 5,1. Http://theiphonewiki.com/wiki/index.php?title=Models を参照してください//var モデル = device.model;
  63. ### Android の癖
  64. * 生産コード名は[モデル名](http://developer.android.com/reference/android/os/Build.html#MODEL)の代わりに[製品名](http://developer.android.com/reference/android/os/Build.html#PRODUCT)を取得します。 たとえば、ネクサス 1 つを返します `Passion` 、Motorola のドロイドを返します`voles`.
  65. ### Tizen の癖
  66. * たとえば、ベンダーによって割り当てられているデバイスのモデルを返します`TIZEN`
  67. ### Windows Phone 7 と 8 癖
  68. * 製造元によって指定されたデバイスのモデルを返します。たとえば、三星フォーカスを返します`SGH-i917`.
  69. ## device.platform
  70. デバイスのオペレーティング システム名を取得します。
  71. var string = device.platform;
  72. ### サポートされているプラットフォーム
  73. * アンドロイド
  74. * ブラックベリー 10
  75. * Browser4
  76. * Firefox の OS
  77. * iOS
  78. * Tizen
  79. * Windows Phone 7 と 8
  80. * Windows 8
  81. ### 簡単な例
  82. // Depending on the device, a few examples are:
  83. // - "Android"
  84. // - "BlackBerry 10"
  85. // - Browser: returns "MacIntel" on Mac
  86. // returns "Win32" on Windows
  87. // - "iOS"
  88. // - "WinCE"
  89. // - "Tizen"
  90. var devicePlatform = device.platform;
  91. ### Windows Phone 7 の癖
  92. Windows Phone 7 デバイスとプラットフォームを報告します。`WinCE`.
  93. ### Windows Phone 8 癖
  94. Windows Phone 8 デバイスとプラットフォームを報告します。`Win32NT`.
  95. ## device.uuid
  96. デバイスのユニバーサル ・ ユニーク識別子 ([UUID](http://en.wikipedia.org/wiki/Universally_Unique_Identifier)を取得します。).
  97. var string = device.uuid;
  98. ### 解説
  99. UUID を生成する方法の詳細は、デバイスの製造元によって決定され、デバイスのプラットフォームやモデルに固有です。
  100. ### サポートされているプラットフォーム
  101. * アンドロイド
  102. * ブラックベリー 10
  103. * iOS
  104. * Tizen
  105. * Windows Phone 7 と 8
  106. * Windows 8
  107. ### 簡単な例
  108. //アンドロイド: ランダムな 64 ビットの整数 (を文字列として返します、再び !)/デバイスの最初の起動時に生成される整数/////ブラックベリー: デバイスのピン番号を返します//これは 9 桁の一意な整数 (を文字列としても !)////iPhone: (UIDevice クラスのドキュメントから言い換え)//識別複数のハードウェアから作成されたハッシュ値の文字列を返します。。
  109. //それはすべてのデバイスに対して一意であることが保証され、接続することはできません//ユーザー アカウント。
  110. //Windows Phone 7: デバイス + 現在のユーザーのハッシュを返します//ユーザーが定義されていない場合 guid が生成され、アプリがアンインストールされるまで保持されます//Tizen: デバイスの IMEI を返します (国際モバイル機器アイデンティティまたは IMEI は番号です//すべての GSM および UMTS の携帯電話に固有です。
  111. var deviceID = device.uuid;
  112. ### iOS の気まぐれ
  113. `uuid`IOS で、デバイスに固有ではないインストールごと、アプリケーションごとに異なります。 削除、アプリを再インストールした場合に変更と多分またときアップグレード iOS の, またはもアップグレードするアプリ (iOS の 5.1 で明らかに) バージョンごと。 `uuid`は信頼性の高い値ではありません。
  114. ### Windows Phone 7 と 8 癖
  115. `uuid`のために Windows Phone 7 には、権限が必要です `ID_CAP_IDENTITY_DEVICE` 。 Microsoft はすぐにこのプロパティを廃止して可能性があります。 機能が利用できない場合、アプリケーションはデバイスへのアプリケーションのインストールの持続期間のために保持されている永続的な guid を生成します。
  116. ## device.version
  117. オペレーティング システムのバージョンを取得します。
  118. var string = device.version;
  119. ### サポートされているプラットフォーム
  120. * アンドロイド 2.1 +
  121. * ブラックベリー 10
  122. * ブラウザー
  123. * iOS
  124. * Tizen
  125. * Windows Phone 7 と 8
  126. * Windows 8
  127. ### 簡単な例
  128. // Android: Froyo OS would return "2.2"
  129. // Eclair OS would return "2.1", "2.0.1", or "2.0"
  130. // Version can also return update level "2.1-update1"
  131. //
  132. // BlackBerry: Torch 9800 using OS 6.0 would return "6.0.0.600"
  133. //
  134. // Browser: Returns version number for the browser
  135. //
  136. // iPhone: iOS 3.2 returns "3.2"
  137. //
  138. // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
  139. // Tizen: returns "TIZEN_20120425_2"
  140. var deviceVersion = device.version;