Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rizzomichaelg authored Jul 28, 2018
1 parent 4aac85b commit f0d1ae1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ You *must* pass in a string as the first parameter, which is the app store ID of
- `enjoyingActions`: An object with three properties (all required if you don't want weird blanks or OKs):
- `decline`: The "no thanks, your app sucks" button label
- `accept`: The "yes I love this app so much" button label
- `enjoyingAppCallback`: A callback called when a user chooses yes when asked if enjoying the app; this can be used for monitoring responses with analytics, for instance, if a user doesn't choose to rate the app but is nevertheless enjoying.
- `notEnjoyingAppCallback`: A callback called when a user chooses no when asked if enjoying the app.
- `callbacks`: Callbacks for various actions; see callbacks section above.
- `title`: A string used as the title for the dialog (e.g., "Please rate me!")
- `message`: The message you'd like to show the user (e.g., "If you are loving [my app's name], would you please leave me a positive review?")
- `actionLabels`: An object with three properties (all required if you don't want weird blanks or OKs):
Expand Down

0 comments on commit f0d1ae1

Please sign in to comment.