Difference between revisions of "StoreReview"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<!-- GIDEROSOBJ:StoreReview--> | <!-- GIDEROSOBJ:StoreReview--> | ||
| − | ''' | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform winrt.png]]<br/> |
| − | ''' | + | '''Available since:''' Gideros 2020.9<br/> |
=== Description === | === Description === | ||
Invoke store's app review dialog. | Invoke store's app review dialog. | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
| − | StoreReview=require "storeReview" | + | StoreReview = require "storeReview" |
StoreReview.requestReview() | StoreReview.requestReview() | ||
| − | </ | + | </syntaxhighlight> |
| − | |||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
| − | === | + | === Methods === |
| − | [[Special:MyLanguage/StoreReview.requestReview|StoreReview.requestReview]] '' | + | [[Special:MyLanguage/StoreReview.requestReview|StoreReview.requestReview]] ''Invokes the store's app review dialog''<br/><!-- GIDEROSMTD:StoreReview.requestReview() Invokes the store's app review dialog --> |
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
| − | === | + | === Events === |
| − | === | + | === Constants === |
|} | |} | ||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} | ||
Latest revision as of 08:28, 7 December 2025
Supported platforms: ![]()
![]()
![]()
Available since: Gideros 2020.9
Description
Invoke store's app review dialog.
StoreReview = require "storeReview"
StoreReview.requestReview()
MethodsStoreReview.requestReview Invokes the store's app review dialog |
EventsConstants |