Thunder SDK
2.1.0
2.1.0
  • Introduction
  • [日本語]開発者向けドキュメント
    • リリースノート
    • Thunder SDKパッケージ
    • 開発マニュアル
    • Senselinkとの連携
    • オブジェクトモデル(TSL)説明
    • API仕様書
      • SDK オーソライゼーション
      • カメラ
      • サーマルイメージングシステム
      • 識別エンジン
      • フィーチャーマネジメント
      • 顔キャリブレーションチェック
      • 画像の回転
      • 温度検知
      • QRコード
      • ドアアクセス
      • LinkSDK
        • LinkSDKHelper
        • HttpApiClient
        • MqttApiClient
    • サンプルソフトウェア
  • [ENGLISH]dev-documents
    • Release Note
    • Thunder SDK Package Introduction
    • Development manual
    • Senselink connection
    • Introduction to Thing Specification Language
    • API reference
      • SDK Authorization
      • Camera
      • Thermal imaging system
      • Identify Manager
      • Feature Management
      • Check the face calibration
      • Rotate image
      • Temperature Measurement
      • QR code
      • Door Access
      • LinkSDK
        • LinkSDKHelper
        • HttpApiClient
        • MqttApiClient
    • Sample Software Introduction
GitBook提供
このページ内
  • Description of functional types
  • WuKong
  • Description of Member Function
  • void init (Context context)
  • void auth (String licFileName, boolean isLeafLic, String productName, PassModel modelConfig, IAuthCallback authCallback)
  • void release ()

役に立ちましたか?

PDFとしてエクスポート
  1. [ENGLISH]dev-documents
  2. API reference

SDK Authorization

Thunder SDK initiation and authorization

Description of functional types

WuKong

Member Function

Description

Version Introduced

void init(Context context)

Initiation

2.0.0

void auth(String licFileName, boolean isLeafLic, String productName, PassModel modelConfig,IAuthCallback authCallback)

Authorization

2.0.0

void release()

Release SDK resource

2.0.0

Description of Member Function

void init (Context context)

Initiation

Parameter

Parameter Name

Type

Description

Note

Version Introduced

context

Context

context object

None

2.0.0

Return

None

Exception

None

void auth (String licFileName, boolean isLeafLic, String productName, PassModel modelConfig, IAuthCallback authCallback)

Authorization

Parameter

Parameter Name

Type

Description

Note

Version Introduced

licFileName

String

license file name

None

2.0.0

isLeafLic

boolean

Is Leaf License

None

2.0.0

productName

String

Device Product Name

None

2.0.0

modelConfig

PassModel

Model Configuration

None

2.0.0

authCallback

IAuthCallback

Authorization Callback

None

2.0.0

Return

None

Exception

None

void release ()

Release SDK resource

Parameter

None

Return

None

Exception

None

前へAPI reference次へCamera

最終更新 4 年前

役に立ちましたか?