Resume Shoot and Reshoot

Resume Shoot

Incase of the a shoot is left in the middle (incomplete), a user can resume the shoot by tapping the “Resume shoot” button, the user will be directed to the page shown above.

Reshoot

Call reshoot method using Spyne class.

Spyne.reshoot(
                        context,
                        enterpriseUserId,
                        spyneSkuId,
                        intent
                    )

Following parameters are used to start shoot:

  1. context is current activity context
  2. EnterpriseuserId
  3. SpyneSkuId, a unique ID to be created on Spyne’s end, which would be used to fetch processed images.
  4. Intent of activity where you want your user to redirect once Reshoot completed.