* commit 'c7b354810e9caebe1d4c79d8a2e756f3c194e68f': IAB Doc Fix: Error in code snippet Bug 5221766
This commit is contained in:
@@ -584,9 +584,9 @@ interface.</p>
|
|||||||
// Note that the developer payload is optional.
|
// Note that the developer payload is optional.
|
||||||
if (mDeveloperPayload != null) {
|
if (mDeveloperPayload != null) {
|
||||||
request.putString(DEVELOPER_PAYLOAD, mDeveloperPayload);
|
request.putString(DEVELOPER_PAYLOAD, mDeveloperPayload);
|
||||||
|
}
|
||||||
Bundle response = mService.sendBillingRequest(request);
|
Bundle response = mService.sendBillingRequest(request);
|
||||||
// Do something with this response.
|
// Do something with this response.
|
||||||
}
|
|
||||||
</pre>
|
</pre>
|
||||||
<p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the
|
<p>The <code>makeRequestBundle()</code> method constructs an initial Bundle, which contains the
|
||||||
three keys that are required for all requests: <code>BILLING_REQUEST</code>,
|
three keys that are required for all requests: <code>BILLING_REQUEST</code>,
|
||||||
|
|||||||
Reference in New Issue
Block a user