Inherits from NSObject
Declared in NetmeraPrivacy.h
NetmeraPrivacy.m

Overview

NetmeraPrivacyClass is used as helper for privacy values of the content.

Tasks

Class Methods

privacyFromString:

Gives the equivalent NetmeraPrivacy enum for the string value

+ (NetmeraPrivacy)privacyFromString:(NSString *)str

Parameters

str

string value for privacy

Return Value

NetmeraPrivacy enum value for given privacy string

Discussion

Gives the equivalent NetmeraPrivacy enum for the string value

Declared In

NetmeraPrivacy.h

stringForPrivacy:

Gives the equivalent string for NetmeraPrivacy enum value

+ (NSString *)stringForPrivacy:(NetmeraPrivacy)privacy

Parameters

privacy

NetmeraPrivacy enum value

Return Value

String value for given NetmeraPrivacy enum

Discussion

Gives the equivalent string for NetmeraPrivacy enum value

Declared In

NetmeraPrivacy.h