author
Specifies contact information that may appear within app-store lisitngs.
Attributes(type) Only for platform: | Description |
---|---|
email(string) |
Required Email of the author. |
href(string) |
Required Website of the author. |
Examples:
<widget ...> <author email="dev@cordova.apache.org" href="http://cordova.io"></author> </widget>
Please login to continue.