Class FeatureTracker

java.lang.Object
com.microsoft.graph.core.requests.FeatureTracker

public class FeatureTracker extends Object
Manages and tracks the flags for tasks and handlers.
  • Constructor Details

    • FeatureTracker

      public FeatureTracker()
      Default constructor
  • Method Details

    • setFeatureUsage

      public void setFeatureUsage(@Nonnull int flag)
      Sets a numeric representation of the SDK feature usage
      Parameters:
      flag - a numeric representation of the SDK feature usage
    • getFeatureUsage

      public int getFeatureUsage()
      Gets a numeric representation of the SDK feature usage
      Returns:
      a numeric representation of the SDK feature usage
    • getSerializedFeatureUsage

      @Nonnull public String getSerializedFeatureUsage()
      Gets a serialized representation of the SDK feature usage.
      Returns:
      a serialized representation of the SDK feature usage