-
- All Implemented Interfaces:
public enum MobilePrivacyStatusRepresents the possible privacy settings for the Adobe SDK.
The possible values for the Adobe Mobile Privacy Status. The privacy status controls whether specific activity is allowed on the device. The default privacy status is set in any ADBMobile JSON configuration file using the parameter
global.privacy. UseAdobeMobileMarketing.setPrivacyStatus()API to override the default privacy status.(TODO - verify the documentation link is accurate for AMSDK V5) To learn more about the Adobe Mobile Privacy Status, view the online documentation at https://marketing.adobe.com/resources/help/en_US/mobile/ios/privacy.html
-
-
Method Summary
Modifier and Type Method Description static MobilePrivacyStatusfromString(String text)Returns a MobilePrivacyStatus object based on the provided text.static Array<MobilePrivacyStatus>values()static MobilePrivacyStatusvalueOf(String name)StringgetValue()Returns the string value for this enum type. -
-
Method Detail
-
fromString
static MobilePrivacyStatus fromString(String text)
Returns a MobilePrivacyStatus object based on the provided
text.If the text provided is not valid, UNKNOWN will be returned.
- Parameters:
text- String to be converted to aMobilePrivacyStatusobject
-
values
static Array<MobilePrivacyStatus> values()
-
valueOf
static MobilePrivacyStatus valueOf(String name)
-
-
-
-