createAndSubscribe( … )
Last updated
Was this helpful?
Last updated
Was this helpful?
The object is basically a object with the created payload results in the created
property:
All information that applies on Sdk.payload.create()
and Sdk.payload.subscribe()
applies. create( … ) / subscribe( … ). For the contents of a Payload, see the .
Differences are:
The input for a Sdk.payload.createAndSubscribe()
call isn't a payload UUID / existing payload, but a payload to create.
The response object also contains (<PayloadAndSubscription>.created
) the response obtained when creating the payload.