Package 

Class DefaultAnalyticsHandler

    • Method Detail

      • onAttached

         void onAttached()

        This method will be invoked when the handler is added to a network client.

      • onRemoved

         void onRemoved()

        This method will be invoked when the handler is removed from a network client.

      • onNetworkEntitlementChanged

         void onNetworkEntitlementChanged(int type, boolean enabled)

        This method will be called when the entitlement for specific network has been changed.

        Parameters:
        type - the network type
        enabled - true if the network is entitled for analytics transmission, otherwise false.