Show / Hide Table of Contents

Class AndroidJavaProxy

Inheritance
Object
AndroidJavaProxy
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class AndroidJavaProxy

Constructors

| Improve this Doc View Source

AndroidJavaProxy(String)

Declaration
public AndroidJavaProxy(string javaInterface)
Parameters
Type Name Description
String javaInterface
| Improve this Doc View Source

AndroidJavaProxy(AndroidJavaClass)

Declaration
public AndroidJavaProxy(AndroidJavaClass javaInterface)
Parameters
Type Name Description
AndroidJavaClass javaInterface

Fields

| Improve this Doc View Source

javaInterface

Declaration
public readonly AndroidJavaClass javaInterface
Field Value
Type Description
AndroidJavaClass

Methods

| Improve this Doc View Source

equals(AndroidJavaObject)

Declaration
public virtual bool equals(AndroidJavaObject obj)
Parameters
Type Name Description
AndroidJavaObject obj
Returns
Type Description
Boolean
| Improve this Doc View Source

hashCode()

Declaration
public virtual int hashCode()
Returns
Type Description
Int32
| Improve this Doc View Source

Invoke(String, Object[])

Declaration
public virtual AndroidJavaObject Invoke(string methodName, object[] args)
Parameters
Type Name Description
String methodName
Object[] args
Returns
Type Description
AndroidJavaObject
| Improve this Doc View Source

Invoke(String, AndroidJavaObject[])

Declaration
public virtual AndroidJavaObject Invoke(string methodName, AndroidJavaObject[] javaArgs)
Parameters
Type Name Description
String methodName
AndroidJavaObject[] javaArgs
Returns
Type Description
AndroidJavaObject
| Improve this Doc View Source

toString()

Declaration
public virtual string toString()
Returns
Type Description
String

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX