MediaEventValue Class
- java.
lang. Object - com.
microsoft. bot. schema. MediaEventValue
- com.
public class MediaEventValue
Supplementary parameter for media events.
Constructor Summary
| Constructor | Description |
|---|---|
| MediaEventValue(Object withCardValue) |
Media |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Object |
getCardValue()
Callback parameter specified in the Value field of the Media |
| void |
setCardValue(Object withCardValue)
Callback parameter specified in the Value field of the Media |
Methods inherited from java.lang.Object
Constructor Details
MediaEventValue
public MediaEventValue(Object withCardValue)
MediaEventValue with card value.
Parameters:
Method Details
getCardValue
public Object getCardValue()
Callback parameter specified in the Value field of the MediaCard that originated this event.
Returns:
setCardValue
public void setCardValue(Object withCardValue)
Callback parameter specified in the Value field of the MediaCard that originated this event.
Parameters: