HasCleanConfirmation returns true if the clean confirmation dialog is active.
()
| 370 | |
| 371 | // HasCleanConfirmation returns true if the clean confirmation dialog is active. |
| 372 | func (p *PRDPicker) HasCleanConfirmation() bool { |
| 373 | return p.cleanConfirmation != nil |
| 374 | } |
| 375 | |
| 376 | // GetCleanConfirmation returns the current clean confirmation state. |
| 377 | func (p *PRDPicker) GetCleanConfirmation() *CleanConfirmation { |
no outgoing calls