Initiating Draft & Reshoot (Image Flow)

About Draft

At times the shoot gets started, multiple images are clicked but the shoot does not get completed due to app crashes, incoming call etc. In such cases, for that shoot and the user can resume directly from the point he left.

To be able to use draft, please initiate the SDK similarly to basic shoot initiation.

val spyne = builder.build()
spyne.start()

About Reshoot

Spyne SDK allows you to reshoot the SKUs which have been marked completed. This might be helpful in cases where some images of the SKU were not up to the quality mark, and needs to be re-shot again.

val spyne = builder.build()
spyne.reshoot()