com.google.analytics.tracking.android
Interface Analytics.AppOptOutCallback

Enclosing interface:
Analytics

public static interface Analytics.AppOptOutCallback

Interface for retrieving the current state of the Application-level opt out flag. Users of the Analytics library can implement this interface to perform this query.

This callback may happen on a different thread.


Method Summary
 void reportAppOptOut(boolean optOut)
           
 

Method Detail

reportAppOptOut

void reportAppOptOut(boolean optOut)