Interface CanvasObject._FinalStage

    • Method Detail

      • contentUrl

        CanvasObject._FinalStage contentUrl​(java.util.Optional<java.lang.String> contentUrl)

        The URL which we make Live Canvas requests to. You must respond to these with a content object. Max size is 64KB.

      • storedData

        CanvasObject._FinalStage storedData​(java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> storedData)

        Optional Stored Data that you want to be returned in the next sent request. Max Size is 64KB.