Interface FeatureUsageCallback


public interface FeatureUsageCallback
Listen for feature usage events
  • Method Summary

    Modifier and Type
    Method
    Description
    <ValueType>
    void
    onFeatureUsage(String featureKey, FeatureResult<ValueType> result)
     
  • Method Details

    • onFeatureUsage

      <ValueType> void onFeatureUsage(String featureKey, FeatureResult<ValueType> result)