IEvents Interface

Definition

Events operations.

public interface IEvents
type IEvents = interface
Public Interface IEvents
Derived

Methods

ActivateWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Report that the specified event was actually displayed to the user and a reward should be expected for it.

RewardWithHttpMessagesAsync(String, RewardRequest, Dictionary<String,List<String>>, CancellationToken)

Report reward to allocate to the top ranked action for the specified event.

Extension Methods

Activate(IEvents, String)

Report that the specified event was actually displayed to the user and a reward should be expected for it.

ActivateAsync(IEvents, String, CancellationToken)

Report that the specified event was actually displayed to the user and a reward should be expected for it.

ActivateWithHttpMessages(IEvents, String, Dictionary<String,List<String>>)

Report that the specified event was actually displayed to the user and a reward should be expected for it.

Reward(IEvents, String, RewardRequest)

Report reward to allocate to the top ranked action for the specified event.

RewardAsync(IEvents, String, RewardRequest, CancellationToken)

Report reward to allocate to the top ranked action for the specified event.

RewardWithHttpMessages(IEvents, String, RewardRequest, Dictionary<String,List<String>>)

Report reward to allocate to the top ranked action for the specified event.

Applies to