Package 

Interface SpanType

  • All Implemented Interfaces:
    com.bugsnag.android.performance.controls.SpanQuery

    
    public interface SpanType<C extends Object>
     implements SpanQuery<C>
                        

    Queries for the various spans that have specialised controls available via BugsnagPerformance.getSpanControls.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class SpanType.AppStart

      Query used to retrieve the AppStartSpanControl for the currently open AppStart span via BugsnagPerformance.getSpanControls. This query is only valid while the AppStart span is open and the controls are unavailable (null) once the app is considered started.