Enum LeaderboardButtonAction
What a LeaderboardViewButton does when submitted.
Namespace: Serenity.Leaderboard.Infrastructure.Settings
Assembly: Serenity.UnityLeaderboard.Infrastructure.dll
Syntax
public enum LeaderboardButtonAction
Remarks
Append-only: Unity serializes enums by ordinal, so a member inserted anywhere but the end would renumber the ones after it and silently misplace every button already authored in a consumer's project.
Fields
| Name | Description |
|---|---|
| BACK | Returns to the view that opened this one, exactly like Cancel. |
| DISPATCH_SIGNAL | Dispatches the button's authored signals and leaves this view showing. |
| SHOW_VIEW | Shows another view by id through the IViewRouter. |