Interface FlurryPrivacySession.Callback

Enclosing interface:
FlurryPrivacySession

public static interface FlurryPrivacySession.Callback
Callback to get called when privacy dashboard request processed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when an error happened in opening privacy dashboard
    void
    Called when privacy dashboard is opened
  • Method Details

    • success

      void success()
      Called when privacy dashboard is opened
    • failure

      void failure()
      Called when an error happened in opening privacy dashboard