native.showAlert ... the hell?

The good news is I have alerts working, but the documentation isn't explaining them well enough, so I'm hoping I can get some better answers. Here's the relevant code:

1
2
3
4
5
6
7
8
9
10
native.showAlert(
                        "Enjoying "..APP_NAME.."? \n Help us by rating it! Thanks!",
                        "A String with a Message", 
                        { 
                                "Rate " .. APP_NAME,
                                "No Thanks",
                                "Remind Me Later"
                        },
                        onShowRatingClick
                );
views:1431 update:2011/10/14 9:11:21
corona forums © 2003-2011