HttpsCallableResult
class HttpsCallableResult
The result of calling a HttpsCallableReference
function.
Summary
Public functions
getData
fun getData(): Any?
Returns the data that was returned from the Callable HTTPS trigger.
The data is in the form of native Java objects. For example, if your trigger returned an array, this object would be a List<Object>
. If your trigger returned a JavaScript object with keys and values, this object would be a Map<String, Object>
.