AndroidJNIHelper.GetSignature.<ReturnType> 获取签名


static function GetSignature.<ReturnType> (args : object[]) : string

Parameters参数

  • args
    Array of object for which a signature is to be produced.
       用于生成签名对象的数组

Description描述

Creates the JNI signature string for an object parameter list.

创建JNI签名字符串用于对象参数列表。

The generic parameter represents the method return type.

这个泛型参数表示这个方法的返回类型。


,