Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidJavaClass

AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class.
Read time 2 minutesLast updated 4 days ago

Definition

public class AndroidJavaClass : AndroidJavaObject, IDisposable

Remarks

Note: this API can be used from custom thread, but requires that thread to be attached to JVM first, see AndroidJNI.AttachCurrentThread.

Constructors

Constructor

Description

AndroidJavaClass(System.String)Construct an AndroidJavaClass from the class name.

Inheritance