ExperimentalExperimentalTrue if this user action stops automatically. If false, the user action has to be stopped with a call to finish.
ExperimentalAllows to configure this user action to stop automatically.
If set to false, the user action has to be stopped with a call to finish.
ExperimentalRetrieves the event properties for the user action.
The event properties for the user action.
ExperimentalSets the event properties for the user action.
The properties to set for the event.
ExperimentalRetrieves the name of the user action.
The name of the user action.
ExperimentalSets the name of the user action.
The name to set for the user action.
ExperimentalRetrieves the start time of the user action.
The start time of the user action.
ExperimentalSets the start time of the user action.
The start time to set for the user action. Must not be in the future.
ExperimentalRetrieves the current state of the user action, which can be either "active" or "complete".
The current state of the user action.
ExperimentalCompletes this user action and sends a user action event for it.
ExperimentalSubscribes to this user action to be notified when it would automatically complete.
The listener to be called.
An object to work with user actions.