capacitor-plugin-scanbot-sdk
    Preparing search index...

    Class AnalyticsEvent

    The event that is being tracked.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<AnalyticsEvent>

      Returns AnalyticsEvent

    Properties

    category: string

    The category of the event.

    feature: string

    The feature associated with the event.

    name: string

    The name of the event.

    values: string[]

    The value associated with the event.

    Methods

    • Parameters

      Returns {
          category?: string;
          feature?: string;
          name?: string;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { feature?: string | undefined; category?: string | undefined; name?: string | undefined; values?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          values?: string[];
      }

      • Optionalcategory?: string

        The category of the event.

      • Optionalfeature?: string

        The feature associated with the event.

      • Optionalname?: string

        The name of the event.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { feature?: string | undefined; category?: string | undefined; name?: string | undefined; values?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
      • Optionalvalues?: string[]

        The value associated with the event.