Contents
Display Legacy Contents

 Print
    AppCenter Set Property    
Sets a property of the AppCenter modules.

Parameters

Property
The property to set:
  • User ID
  • Automatic Open Form Event
  • Automatic Close Form Event

Value <string>
The new value for the property.

     
  • The User ID can be used to track events associated to the same user. Pay attention to user privacy when using this. This value, can be for example an anonymous GUID generated at startup, used only to make associations for events with belonging to the same user.

  • The Automatic Open Form Event and Automatic Close Form Event are the names of the events to send when a form is open or closed.
    If not set, no event will be generated automatically.
    If set, every time a form is open or closed in your project an event will be sent to AppCenter Anaytics with the event names specified here.
    2 properties will also be sent associated, the Name of the form and the Description if not empty.
    If you clear this value, the corresponding event will no longer be sent.
    If you set this value, the current form open event will not be logged, since the form is already open, but you can send the event yourself if needed, calling AppCenter Log Event action.
    The first form of the project will also not log the OpenForm or CloseForm events, but you can also log them yourself by calling AppCenter Log Event action.

See also
Samples

 
 
Updated : 1/11/2021 12:07 PM