UNPKG

cordova-plugin-apprate

Version:

This plugin provide the rate this app functionality into your Cordova/Phonegap application<br>

224 lines 4.74 kB
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>Documentation</title> <script src='../javascript/application.js'></script> <script src='../javascript/search.js'></script> <link rel='stylesheet' href='../stylesheets/application.css' type='text/css'> </head> <body> <div id='base' data-path='../'></div> <div id='header'> <div id='menu'> <a href='../extra/README.md.html' title='../'> ..&#47; </a> &raquo; <a href='../alphabetical_index.html' title='Index'> Index </a> &raquo; <span class='title'>Locale</span> </div> </div> <div id='content'> <h1> Class: Locale </h1> <table class='box'> <tr> <td>TypeScript defined in:</td> <td>typescript&#47;AppRate.d.ts</td> </tr> <tr> <td>CoffeeScript defined in:</td> <td>www_src&#47;AppRate.coffee</td> </tr> </table> <h2>Overview</h2> <div class='docstring'> <p>Locale object</p> </div> <div class='tags'> </div> <h2>Constructor Details</h2> <div class='methods'> <div class='method_details'> <p class='signature' id='constructor-dynamic'> # (Locale) <b>constructor</b><span>({language, title, message, cancelButtonLabel, laterButtonLabel, rateButtonLabel})</span> <br> </p> <div class='tags'> <h3>Parameters:</h3> <ul class='param'> <li> <span class='name'>options</span> <span class='type'> ( <tt>Object</tt> ) </span> &mdash; <span class='desc'>the locale options </span> </li> </ul> <h3> Options Hash: (options): </h3> <ul class='options'> <li> <span class='name'>language</span> <span class='type'> ( <tt>String</tt> ) </span> &mdash; <span class='desc'>BCP 47 language tag </span> </li> <li> <span class='name'>title</span> <span class='type'> ( <tt>String</tt> ) </span> &mdash; <span class='desc'>Localized message title </span> </li> <li> <span class='name'>message</span> <span class='type'> ( <tt>String</tt> ) </span> &mdash; <span class='desc'>Localized message </span> </li> <li> <span class='name'>cancelButtonLabel</span> <span class='type'> ( <tt>String</tt> ) </span> &mdash; <span class='desc'>Localized cancelButton label </span> </li> <li> <span class='name'>laterButtonLabel</span> <span class='type'> ( <tt>String</tt> ) </span> &mdash; <span class='desc'>Localized laterButton label </span> </li> <li> <span class='name'>rateButtonLabel</span> <span class='type'> ( <tt>String</tt> ) </span> &mdash; <span class='desc'>Localized rateButton label </span> </li> </ul> <h3>Returns:</h3> <ul class='return'> <li> <span class='type'></span> <tt><a href='../class/Locale.html'>Locale</a></tt> </li> </ul> <h3>See also:</h3> <ul class='see'> <li> <a href='http://tools.ietf.org/html/bcp47'>http:&#47;&#47;tools.ietf.org&#47;html&#47;bcp47</a> </li> </ul> </div> </div> </div> </div> <div id='footer'> February 07, 15 14:33:53 by <a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'> Codo </a> 2.0.9 &#10034; Press H to see the keyboard shortcuts &#10034; <a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a> &#10034; <a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a> </div> <iframe id='search_frame'></iframe> <div id='fuzzySearch'> <input type='text'> <ol></ol> </div> <div id='help'> <p> Quickly fuzzy find classes, mixins, methods, file: </p> <ul> <li> <span>T</span> Open fuzzy finder dialog </li> </ul> <p> Control the navigation frame: </p> <ul> <li> <span>L</span> Toggle list view </li> <li> <span>C</span> Show class list </li> <li> <span>I</span> Show mixin list </li> <li> <span>F</span> Show file list </li> <li> <span>M</span> Show method list </li> <li> <span>E</span> Show extras list </li> </ul> <p> You can focus and blur the search input: </p> <ul> <li> <span>S</span> Focus search input </li> <li> <span>Esc</span> Blur search input </li> </ul> </div> </body> </html>