public class NSError extends NSObject
| Constructor and Description |
|---|
NSError(long ptr)
Initializes a new NSError instance which is to represent a
specific Objective-C NSError object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Called by the garbage collector to release system resources and perform
other cleanup.
|
public NSError(long ptr)
ptr - the pointer to the Objective-C NSError object to be
represented by the new instanceprotected void finalize()
finalize in class ObjectObject.finalize()Copyright © 2021 jitsi.org. All rights reserved.