DirectMethodClientResponse.Payload Property

Definition

Get the payload object. May be null or empty.

[Newtonsoft.Json.JsonIgnore]
public object Payload { get; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Payload : obj
Public ReadOnly Property Payload As Object

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Remarks

The payload can be null or primitive type (e.g., string, int/array/list/dictionary/custom type)

Applies to