|
Default AR App
Documentation for the Default AR App project found at https://github.com/ingratexr/unity-ar-boilerplate
|
Class that handles the Force Update menu. More...
Public Member Functions | |
| void | SetReason (string _reason) |
| Set message to user about why they have to update. More... | |
| void | SetUrl (string _url) |
| Set the Url to point to the user to. More... | |
| void | SetSkipUpdate (bool _allowSkip) |
| Sets the skip update button to active if true, inactive if false. More... | |
| void | OpenUpdateUrl () |
| Open the url that will update the app. More... | |
Class that handles the Force Update menu.
| void ForceUpdate.OpenUpdateUrl | ( | ) |
Open the url that will update the app.
| void ForceUpdate.SetReason | ( | string | _reason | ) |
Set message to user about why they have to update.
| _reason | The reason they have to update. |
| void ForceUpdate.SetSkipUpdate | ( | bool | _allowSkip | ) |
Sets the skip update button to active if true, inactive if false.
| _allowSkip | Whether skip update button should be active or not. |
| void ForceUpdate.SetUrl | ( | string | _url | ) |
Set the Url to point to the user to.
Depends on platform, but it's just the Play Store / App Store address of the app.
| _url | Url to use. |