Gatebox Devices 制御クラス
More...
|
static string | GetDeviceID () |
| Device ID の取得 ※Gatebox本体上でのみ動作する、Unity Editor上では開発で利用している本体のラベルにあるIDを利用してください More...
|
|
static string | GetCustomerID () |
| Customer ID の取得 More...
|
|
static string | GetDeviceInfoToJson (string deviceID, string subscriptionKey, string applicationSecret, int timeoutSeconds=-1, string accessToken=null) |
| デバイス情報の取得(JSON) More...
|
|
static Result | GetDeviceInfo (string deviceID, string subscriptionKey, string applicationSecret, int timeoutSeconds=-1, string accessToken=null) |
| デバイス情報の取得 More...
|
|
◆ GetCustomerID()
static string com.gateboxlab.gateboxsdk.GateboxDevices.GetCustomerID |
( |
| ) |
|
|
inlinestatic |
Customer ID の取得
- Returns
- Customer ID
◆ GetDeviceID()
static string com.gateboxlab.gateboxsdk.GateboxDevices.GetDeviceID |
( |
| ) |
|
|
inlinestatic |
Device ID の取得 ※Gatebox本体上でのみ動作する、Unity Editor上では開発で利用している本体のラベルにあるIDを利用してください
- Returns
- Device ID
◆ GetDeviceInfo()
static Result com.gateboxlab.gateboxsdk.GateboxDevices.GetDeviceInfo |
( |
string |
deviceID, |
|
|
string |
subscriptionKey, |
|
|
string |
applicationSecret, |
|
|
int |
timeoutSeconds = -1 , |
|
|
string |
accessToken = null |
|
) |
| |
|
inlinestatic |
デバイス情報の取得
- Parameters
-
deviceID | デバイスID |
subscriptionKey | Gatebox PlatformのAPI利用登録をした際に払い出される購読キー |
applicationSecret | プラットフォームにアプリ登録をした際に払い出されるシークレットキー |
timeoutSeconds | 接続タイムアウト時間(秒) |
accessToken | アクセストークン ※エンドユーザー認証を通じて取得するJSON Web Token、Unity Editorで呼び出す際には引数として指定必須、Gatebox本体で呼び出す際にはnullでなければならない |
- Returns
- デバイス情報
◆ GetDeviceInfoToJson()
static string com.gateboxlab.gateboxsdk.GateboxDevices.GetDeviceInfoToJson |
( |
string |
deviceID, |
|
|
string |
subscriptionKey, |
|
|
string |
applicationSecret, |
|
|
int |
timeoutSeconds = -1 , |
|
|
string |
accessToken = null |
|
) |
| |
|
inlinestatic |
デバイス情報の取得(JSON)
- Parameters
-
deviceID | デバイスID |
subscriptionKey | Gatebox PlatformのAPI利用登録をした際に払い出される購読キー |
applicationSecret | プラットフォームにアプリ登録をした際に払い出されるシークレットキー |
timeoutSeconds | 接続タイムアウト時間(秒) |
accessToken | アクセストークン ※エンドユーザー認証を通じて取得するJSON Web Token、Unity Editorで呼び出す際には引数として指定必須、Gatebox本体で呼び出す際にはnullでなければならない |
- Returns
- デバイス情報
The documentation for this class was generated from the following file: