GetOptions returns the client options.
()
| 20 | type ClientInterface interface { |
| 21 | // GetOptions returns the client options. |
| 22 | GetOptions() OptionsInterface |
| 23 | |
| 24 | // GetPushProcessor returns the client's push notification processor. |
| 25 | GetPushProcessor() NotificationProcessor |