GMBLAttributes Class Reference

Inherits from NSObject
Conforms to NSCopying
NSSecureCoding
Declared in GMBLAttributes.h

Overview

The GMBLAttributes class defines a set of attributes defined as string keys and string values.

– allKeys

Returns a new array containing the attributes keys

- (NSArray<NSString*> *)allKeys

Return Value

A new array containing the attributes keys, or an empty array if the dictionary has no entries.

Discussion

Returns a new array containing the attributes keys

Declared In

GMBLAttributes.h

– stringForKey:

Returns the value associated with a given key.

- (nullable NSString *)stringForKey:(NSString *)key

Parameters

key

the specified key

Return Value

The value associated with a key, or nil if no value is associated with key.

Discussion

Returns the value associated with a given key.

Declared In

GMBLAttributes.h