Blackberry NEWS FEEDS - RELEASE NOTES 1.0 Instrukcja Użytkownika Strona 6

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 22
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 5
Adobe Mobile Class and Method Reference
Classes and methods provided by the BlackBerry library.
The SDK currently has support for Adobe Analytics. Methods are contained in separate classes according to the
solution. The list of solutions and each class is as follows:
ClassSolution
AnalyticsAnalytics
SDK Settings
DescriptionMethod
Returns the enum representation of the privacy status for current user.
getPrivacyStatus
ADBMobilePrivacyStatusOptIn - hits are sent immediately.
ADBMobilePrivacyStatusOptOut - hits are discarded.
ADBMobilePrivacyStatusUnknown - If your report suite is timestamp-enabled, hits are
saved until the privacy status changes to opt-in (then hits are sent) or opt-out (then hits
are discarded). If your report suite is not timestamp-enabled, hits are discarded until the
privacy status changes to opt in.
Default: The default value is set in ADBMobileConfig.json
Syntax:
static ADBMobilePrivacyStatus getPrivacyStatus();
Example:
ADBMobilePrivacyStatus privacyStatus = ADBMobile::getPrivacyStatus();
Sets the privacy status for the current user to status. Set to one of the following values:
setPrivacyStatus
ADBMobilePrivacyStatusOptIn - hits are sent immediately.
ADBMobilePrivacyStatusOptOut - hits are discarded.
ADBMobilePrivacyStatusUnknown - If your report suite is timestamp-enabled, hits are
saved until the privacy status changes to opt-in (then hits are sent) or opt-out (then hits
are discarded). If your report suite is not timestamp-enabled, hits are discarded until the
privacy status changes to opt in.
Syntax:
static void setPrivacyStatus(ADBMobilePrivacyStatus status);
Example:
ADBMobile::setPrivacyStatus(ADBMobilePrivacyStatusOptIn);
Returns the user identifier if a custom identifier has been set. Returns null if a custom
identifier is not set.
getUserIdentifier
Default: null
Syntax:
static QString getUserIdentifier();
6Adobe Mobile Class and Method Reference
Przeglądanie stron 5
1 2 3 4 5 6 7 8 9 10 11 ... 21 22

Komentarze do niniejszej Instrukcji

Brak uwag