Class AI

java.lang.Object
io.cryptolens.methods.AI

public class AI extends Object
  • Constructor Details

    • AI

      public AI()
  • Method Details

    • RegisterEvent

      public static BasicResult RegisterEvent(String token, RegisterEventModel model)

      This method will register an event that has occurred in either the client app (eg. start of a certain feature or interaction within a feature) or in a third party provider (eg. a payment has occurred, etc).

      Note: You can either use this method standalone (eg. by only providing a machine code/device identifier) or together with Cryptolens Licensing module (which requires productId and optionally keyid to be set). The more information that is provided, the better insights can be provided.

      Parameters:
      token - The access token with 'RegisterEvent' permission.
      model - The input parameters of the method.
      Returns: