NTPackageMetaInfo
@interface NTPackageMetaInfo : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Package meta info element. Can contain JSON-style structured data, including objects and arrays.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;Parameters
objectThe reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;Return Value
The hash value of this object.
-
Constructs a new PackageMetaInfo object from existing JSON value.
Declaration
Objective-C
- (id)initWithVar:(NTVariant *)var;Parameters
varThe variant to use.
-
Returns the underlying variant.
Declaration
Objective-C
- (NTVariant *)getVariant;Return Value
The value of the metainfo.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTPackageMetaInfo Class Reference