Inherits from NSObject
Conforms to UPBaseObject
Declared in UPUserAPI.h
UPUserAPI.m

Overview

The user’s sharing settings.

Tasks

Other Methods

Other Methods

Properties

shareBody

Whether the user has chosen to share body events.

@property (nonatomic, assign) BOOL shareBody

Discussion

Whether the user has chosen to share body events.

Declared In

UPUserAPI.h

shareEat

Whether the user has chosen to meals.

@property (nonatomic, assign) BOOL shareEat

Discussion

Whether the user has chosen to meals.

Declared In

UPUserAPI.h

shareMood

Whether the user has chosen to share mood events.

@property (nonatomic, assign) BOOL shareMood

Discussion

Whether the user has chosen to share mood events.

Declared In

UPUserAPI.h

shareMove

Whether the user has chosen to share move events.

@property (nonatomic, assign) BOOL shareMove

Discussion

Whether the user has chosen to share move events.

Declared In

UPUserAPI.h

shareSleep

Whether the user has chosen to share sleep events.

@property (nonatomic, assign) BOOL shareSleep

Discussion

Whether the user has chosen to share sleep events.

Declared In

UPUserAPI.h

Instance Methods

decodeFromDictionary:

Decodes an object from a JSON dictionary.

- (void)decodeFromDictionary:(NSDictionary *)dictionary

Discussion

Decodes an object from a JSON dictionary.

Declared In

UPBaseEventAPI.h

encodeToDictionary

Encodes an object to a JSON dictionary.

- (NSDictionary *)encodeToDictionary

Discussion

Encodes an object to a JSON dictionary.

Declared In

UPBaseEventAPI.h