NMPrivacyClass Class Reference
| Inherits from | NSObject |
| Declared in | NMPrivacy.h NMPrivacy.m |
Tasks
-
+ stringForPrivacy:Gives the equivalent string for NetmeraPrivacy enum value.
-
+ privacyFromString:Gives the equivalent NetmeraPrivacy enum for the string value.
Class Methods
privacyFromString:
Gives the equivalent NetmeraPrivacy enum for the string value.
+ (NMPrivacy)privacyFromString:(NSString *)strParameters
- 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.hstringForPrivacy:
Gives the equivalent string for NetmeraPrivacy enum value.
+ (NSString *)stringForPrivacy:(NMPrivacy)privacyParameters
- 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