-
- All Implemented Interfaces:
-
io.didomi.sdk.apiEvents.ApiEvent
public final class UIActionVendorChangedApiEvent implements ApiEvent
Data class used to represent a Vendor Changed event.
-
-
Constructor Summary
Constructors Constructor Description UIActionVendorChangedApiEvent(String type, String timestamp, Float rate, User user, Source source, UIActionApiEventParameters parameters)
-
Method Summary
Modifier and Type Method Description StringgetType()StringgetTimestamp()FloatgetRate()UsergetUser()SourcegetSource()UIActionApiEventParametersgetParameters()-
-
Method Detail
-
getTimestamp
String getTimestamp()
-
getParameters
UIActionApiEventParameters getParameters()
-
-
-
-