We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cfb3e commit 669a55eCopy full SHA for 669a55e
docs/index.md
@@ -81,7 +81,7 @@ Make sure that audio and keyboard input are disabled during `commercial_break` a
81
-- gameplay stops
82
-- fire your mute audio function, for example:
83
sound.pause("#music", true)
84
-poki_sdk.rewarded_break(function(self)
+poki_sdk.rewarded_break(function(self, status)
85
-- fire your unmute audio function, for example:
86
if status == poki_sdk.REWARDED_BREAK_ERROR or
87
status == poki_sdk.REWARDED_BREAK_SUCCESS then
0 commit comments