Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a2af2ea

Browse files
committed
Fixed indentation of examples code for most dictionary entries. Not done yet : mobileStoreConfirmPurchase, mobileStoreProductProperty, productDetailsReceived, purchaseStateUpdate
1 parent 1d81c52 commit a2af2ea

6 files changed

Lines changed: 6 additions & 6 deletions

docs/dictionary/command/mobileStoreDisablePurchaseUpdates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<doc> <legacy_id></legacy_id> <name>mobileStoreDisablePurchaseUpdates</name> <type>command</type> <syntax> <example>mobileStoreDisablePurchaseUpdates</example> </syntax> <synonyms> <synonym>mobileDisablePurchaseUpdates</synonym> </synonyms> <summary>Disables the receipt of purchaseStateUpdate messages.</summary> <examples><example><p>on purchaseStateUpdate pPurchaseID, pProductID, pState</p><p> switch pState</p><p> case "paymentReceived"</p><p> ... </p><p> case "error"</p><p> ... </p><p> case "invalidSKU"</p><p> ... </p><p> case "alreadyEntitled"</p><p> ...</p><p> case "restored"</p><p> ... </p><p> case "cancelled"</p><p> ... </p><p> end switch </p><p> mobileStoreDisablePurchaseUpdates </p><p>end purchaseStateUpdate</p></example> </examples> <history> <introduced version="6.7">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> </objects> <platforms> <ios/> <android/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> </classification> <references> <function tag="mobileStoreCanMakePurchase">mobileStoreCanMakePurchase function</function> <function tag="mobileStorePurchasedProducts">mobileStorePurchasedProducts function</function> <function tag="mobileStorePurchaseError">mobileStorePurchaseError function</function> <function tag="mobileStoreProductProperty">mobileStoreProductProperty function</function> <command tag="mobileStoreEnablePurchaseUpdates">mobileStoreEnablePurchaseUpdates command</command> <command tag="mobileStoreRestorePurchases">mobileStoreRestorePurchases command</command> <command tag="mobileStoreConfirmPurchase">mobileStoreConfirmPurchase command</command> <command tag="mobileStoreConsumePurchase">mobileStoreConsumePurchase command</command> <command tag="mobileStoreSetProductType">mobileStoreSetProductType command</command> <command tag="mobileStoreMakePurchase">mobileStoreMakePurchase command</command> <command tag="mobileStoreVerifyPurchase">mobileStoreVerifyPurchase command</command> <command tag="mobileStoreRequestProductDetails">mobileStoreRequestProductDetails command</command> <message tag="purchaseStateUpdate">purchaseStateUpdate message</message> <message tag="productDetailsReceived">productDetailsReceived message</message> <message tag="productRequestError">productRequestError message</message> </references> <description> <overview>Use the <b>mobileStoreDisablePurchaseUpdates</b> command to disable the receipt of <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages.</overview> <parameters> </parameters> <value></value> <comments>The command <b>mobileStoreDisablePurchaseUpdates</b> is used to disable the receipt of purchaseStateUpdate messages from the store. This command is typically used in <message tag="purchaseStateUpdate">purchaseStateUpdate</message> message, after processing each message that is sent by the store.<p></p><p></p><note> This command is used when interacting with the Apple AppStore, however, we suggest using it for every store. Failure to use this command results in continuing to receive <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages from the AppStore.</note><p>&#9;</p></comments> </description></doc>
1+
<doc> <legacy_id></legacy_id> <name>mobileStoreDisablePurchaseUpdates</name> <type>command</type> <syntax> <example>mobileStoreDisablePurchaseUpdates</example> </syntax> <synonyms> <synonym>mobileDisablePurchaseUpdates</synonym> </synonyms> <summary>Disables the receipt of purchaseStateUpdate messages.</summary> <examples><example><p>on purchaseStateUpdate pPurchaseID, pProductID, pState</p><p> switch pState</p><p> ...</p><p> end switch </p><p> mobileStoreDisablePurchaseUpdates </p><p>end purchaseStateUpdate</p></example> </examples> <history> <introduced version="6.7">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> </objects> <platforms> <ios/> <android/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> </classification> <references> <function tag="mobileStoreCanMakePurchase">mobileStoreCanMakePurchase function</function> <function tag="mobileStorePurchasedProducts">mobileStorePurchasedProducts function</function> <function tag="mobileStorePurchaseError">mobileStorePurchaseError function</function> <function tag="mobileStoreProductProperty">mobileStoreProductProperty function</function> <command tag="mobileStoreEnablePurchaseUpdates">mobileStoreEnablePurchaseUpdates command</command> <command tag="mobileStoreRestorePurchases">mobileStoreRestorePurchases command</command> <command tag="mobileStoreConfirmPurchase">mobileStoreConfirmPurchase command</command> <command tag="mobileStoreConsumePurchase">mobileStoreConsumePurchase command</command> <command tag="mobileStoreSetProductType">mobileStoreSetProductType command</command> <command tag="mobileStoreMakePurchase">mobileStoreMakePurchase command</command> <command tag="mobileStoreVerifyPurchase">mobileStoreVerifyPurchase command</command> <command tag="mobileStoreRequestProductDetails">mobileStoreRequestProductDetails command</command> <message tag="purchaseStateUpdate">purchaseStateUpdate message</message> <message tag="productDetailsReceived">productDetailsReceived message</message> <message tag="productRequestError">productRequestError message</message> </references> <description> <overview>Use the <b>mobileStoreDisablePurchaseUpdates</b> command to disable the receipt of <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages.</overview> <parameters> </parameters> <value></value> <comments>The command <b>mobileStoreDisablePurchaseUpdates</b> is used to disable the receipt of purchaseStateUpdate messages from the store. This command is typically used in <message tag="purchaseStateUpdate">purchaseStateUpdate</message> message, after processing each message that is sent by the store.<p></p><p></p><p></p><note> This command is used when interacting with the Apple AppStore, however, we suggest using it for every store. Failure to use this command results in continuing to receive <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages from the AppStore.</note><p>&#9;</p></comments> </description></doc>

docs/dictionary/command/mobileStoreEnablePurchaseUpdates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<doc> <legacy_id></legacy_id> <name>mobileStoreEnablePurchaseUpdates</name> <type>command</type> <syntax> <example>mobileStoreEnablePurchaseUpdates</example> </syntax> <synonyms> <synonym>mobileEnablePurchaseUpdates</synonym> </synonyms> <summary>Enables the receipt of purchaseStateUpdate messages.</summary> <examples><example><p>on mouseUp</p><p> mobileStoreEnablePurchaseUpdates</p><p> mobileStoreSetProductType "com.runrev.sampleapp.nonconsumable", "inapp"</p><p> mobileStoreMakePurchase "com.runrev.sampleapp.nonconsumable", "1", "This belongs to me"</p><p>end mouseUp</p></example><example><p>on mouseUp</p><p> mobileStoreEnablePurchaseUpdates</p><p> mobileStoreRestorePurchases</p><p>end mouseUp</p></example> </examples> <history> <introduced version="6.7">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> </objects> <platforms> <ios/> <android/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> </classification> <references> <function tag="mobileStoreCanMakePurchase">mobileStoreCanMakePurchase function</function> <function tag="mobileStorePurchasedProducts">mobileStorePurchasedProducts function</function> <function tag="mobileStorePurchaseError">mobileStorePurchaseError function</function> <function tag="mobileStoreProductProperty">mobileStoreProductProperty function</function> <command tag="mobileStoreDisablePurchaseUpdates">mobileStoreDisablePurchaseUpdates command</command> <command tag="mobileStoreRestorePurchases">mobileStoreRestorePurchases command</command> <command tag="mobileStoreConfirmPurchase">mobileStoreConfirmPurchase command</command> <command tag="mobileStoreConsumePurchase">mobileStoreConsumePurchase command</command> <command tag="mobileStoreSetProductType">mobileStoreSetProductType command</command> <command tag="mobileStoreMakePurchase">mobileStoreMakePurchase command</command> <command tag="mobileStoreVerifyPurchase">mobileStoreVerifyPurchase command</command> <command tag="mobileStoreRequestProductDetails">mobileStoreRequestProductDetails command</command> <message tag="purchaseStateUpdate">purchaseStateUpdate message</message> <message tag="productDetailsReceived">productDetailsReceived message</message> <message tag="productRequestError">productRequestError message</message> </references> <description> <overview>Use the <b>mobileStoreEnablePurchaseUpdates</b> command to enable the receipt of <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages.</overview> <parameters> </parameters> <value></value> <comments>The command <b>mobileStoreEnablePurchaseUpdates</b> is used to enable the receipt of <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages from the store.<p></p><p></p><note> This command is necessary when interacting with Apple AppStore, however, we suggest using it for every store. Failure to use this command result in your purchase requests not being processed. </note><p>&#9;</p></comments> </description></doc>
1+
<doc> <legacy_id></legacy_id> <name>mobileStoreEnablePurchaseUpdates</name> <type>command</type> <syntax> <example>mobileStoreEnablePurchaseUpdates</example> </syntax> <synonyms> <synonym>mobileEnablePurchaseUpdates</synonym> </synonyms> <summary>Enables the receipt of purchaseStateUpdate messages.</summary> <examples><example><p>on mouseUp</p><p> mobileStoreEnablePurchaseUpdates</p><p> mobileStoreSetProductType "com.runrev.sampleapp.nonconsumable", "inapp"</p><p> mobileStoreMakePurchase "com.runrev.sampleapp.nonconsumable", "1", "This belongs to me"</p><p>end mouseUp</p></example><example><p>on mouseUp</p><p> mobileStoreEnablePurchaseUpdates</p><p> mobileStoreRestorePurchases</p><p>end mouseUp</p></example> </examples> <history> <introduced version="6.7">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> </objects> <platforms> <ios/> <android/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> </classification> <references> <function tag="mobileStoreCanMakePurchase">mobileStoreCanMakePurchase function</function> <function tag="mobileStorePurchasedProducts">mobileStorePurchasedProducts function</function> <function tag="mobileStorePurchaseError">mobileStorePurchaseError function</function> <function tag="mobileStoreProductProperty">mobileStoreProductProperty function</function> <command tag="mobileStoreDisablePurchaseUpdates">mobileStoreDisablePurchaseUpdates command</command> <command tag="mobileStoreRestorePurchases">mobileStoreRestorePurchases command</command> <command tag="mobileStoreConfirmPurchase">mobileStoreConfirmPurchase command</command> <command tag="mobileStoreConsumePurchase">mobileStoreConsumePurchase command</command> <command tag="mobileStoreSetProductType">mobileStoreSetProductType command</command> <command tag="mobileStoreMakePurchase">mobileStoreMakePurchase command</command> <command tag="mobileStoreVerifyPurchase">mobileStoreVerifyPurchase command</command> <command tag="mobileStoreRequestProductDetails">mobileStoreRequestProductDetails command</command> <message tag="purchaseStateUpdate">purchaseStateUpdate message</message> <message tag="productDetailsReceived">productDetailsReceived message</message> <message tag="productRequestError">productRequestError message</message> </references> <description> <overview>Use the <b>mobileStoreEnablePurchaseUpdates</b> command to enable the receipt of <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages.</overview> <parameters> </parameters> <value></value> <comments>The command <b>mobileStoreEnablePurchaseUpdates</b> is used to enable the receipt of <message tag="purchaseStateUpdate">purchaseStateUpdate</message> messages from the store.<p></p><p></p><p></p><note> This command is necessary when interacting with Apple AppStore, however, we suggest using it for every store. Failure to use this command result in your purchase requests not being processed. </note><p>&#9;</p></comments> </description></doc>

0 commit comments

Comments
 (0)