SetPushSuccess marks the push as successful.
()
| 119 | |
| 120 | // SetPushSuccess marks the push as successful. |
| 121 | func (c *CompletionScreen) SetPushSuccess() { |
| 122 | c.pushState = AutoActionSuccess |
| 123 | } |
| 124 | |
| 125 | // SetPushError marks the push as failed with an error message. |
| 126 | func (c *CompletionScreen) SetPushError(errMsg string) { |
no outgoing calls