Declared in NSDictionary+Pebble.h

– pb_dictionaryFromPebbleDictionaryDataWithError:

Interprets the receiver as Pebble dict data and deserializes it into an NSDictionary.

- (nullable NSDictionary *)pb_dictionaryFromPebbleDictionaryDataWithError:(NSError *__autoreleasing *)error

Parameters

error
Pointer to an NSError * that will be set after the method has returned in case there was an error. Possible error codes: PBErrorCodeDictionaryInternalConsistency

Declared In

NSDictionary+Pebble.h