Class MarigoldExtensionsKt

    • Constructor Detail

    • Method Detail

      • setGeoIPTrackingEnabled

         final static Unit setGeoIPTrackingEnabled(Marigold $self, Boolean enabledGeoIp)

        Enabled location tracking based on IP Address. Tracking location tracking is enabled by default. Use this method for users who may not want to have their location tracked at all.

        Parameters:
        enabledGeoIp - A boolean value indicating whether or not to disable location based on IP Address.
      • setGeoIPTrackingEnabledResult

         final static Result<Unit> setGeoIPTrackingEnabledResult(Marigold $self, Boolean enabledGeoIp)

        Enabled location tracking based on IP Address. Tracking location tracking is enabled by default. Use this method for users who may not want to have their location tracked at all.

        Parameters:
        enabledGeoIp - A boolean value indicating whether or not to disable location based on IP Address.
        Returns:

        Result representing the outcome of the request.