Added in API level 29

EGLSync

open class EGLSync : EGLObjectHandle
kotlin.Any
   ↳ android.opengl.EGLObjectHandle
   ↳ android.opengl.EGLSync

Wrapper class for native EGLSync objects.

Summary

Public methods
open Boolean
equals(other: Any?)

Inherited functions

Public methods

equals

Added in API level 29
open fun equals(other: Any?): Boolean
Parameters
obj the reference object with which to compare.
Return
Boolean true if this object is the same as the obj argument; false otherwise.