abhishek
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2018
02:28 AM
User actions during In App Purchase processing in Scene Graph
Should we block any user action during the In App Purchase processing?
What happens if the user presses back/ tries to cancel his transaction during the in app purchase processing?
Is there any callback/dialog appears in such cases from Roku?
What happens if the user presses back/ tries to cancel his transaction during the in app purchase processing?
Is there any callback/dialog appears in such cases from Roku?
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2018
05:16 PM
Re: User actions during In App Purchase processing in Scene Graph
Please see the docs on the ChannelStore node under DoOrder
if you observe the OrderStatus field of your ChannelStore node, you should be able to see if the value changes.
- Joel
If the user does not approve the order, the orderStatus field will be set to a ContentNode with fields reflecting the completion status of the command.
if you observe the OrderStatus field of your ChannelStore node, you should be able to see if the value changes.
- Joel