Class EagleProfiler.Builder

  • Enclosing class:
    EagleProfiler

    public static class EagleProfiler.Builder
    extends java.lang.Object
    Builder for creating instance of EagleProfiler.
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public EagleProfiler build​(android.content.Context context)
                            throws EagleException
        Validates properties and creates an instance of the Eagle profiler.
        Parameters:
        context - Android app context (for extracting Eagle resources)
        Returns:
        An instance Eagle profiler
        Throws:
        EagleException - if there is an error while initializing Eagle profiler.