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