Inherits from NSObject
Declared in NMPrivacy.h
NMPrivacy.m

Overview

NMPrivacyClass is used as the helper for the privacy of NMContent objects.

Tasks

Class Methods

privacyFromString:

Gives the equivalent NetmeraPrivacy enum for the string value.

+ (NMPrivacy)privacyFromString:(NSString *)str

Parameters

str

String representation for privacy.

Return Value

NetmeraPrivacy enum value for given privacy string

Discussion

Gives the equivalent NetmeraPrivacy enum for the string value.

Declared In

NMPrivacy.h

stringForPrivacy:

Gives the equivalent string for NetmeraPrivacy enum value.

+ (NSString *)stringForPrivacy:(NMPrivacy)privacy

Parameters

privacy

NMPrivacy enum value.

Return Value

String value for given NMPrivacy enum type.

Discussion

Gives the equivalent string for NetmeraPrivacy enum value.

Declared In

NMPrivacy.h