Skip to content

Commit 4d80505

Browse files
update header
1 parent 38113c6 commit 4d80505

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/support/JniReferences.h

+5
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ class JniReferences
177177
*/
178178
jdouble DoubleToPrimitive(jobject boxedObject);
179179

180+
/**
181+
* Get a primitive jshort from the Java boxed type Short, using shortValue().
182+
*/
183+
jshort ShortToPrimitive(jobject boxedShort);
184+
180185
CHIP_ERROR CreateArrayList(jobject & outList);
181186

182187
CHIP_ERROR AddToList(jobject list, jobject objectToAdd);

0 commit comments

Comments
 (0)