|
ElectroServer 5 Client: Cocoa-Touch
|
When a user is in danger of being kicked from the server due to idleness, this event occurs. More...
Instance Methods | |
| (id) | - init |
| (id) | - initWithThriftObject: |
| (void) | - fromThrift: |
| (ThriftIdleTimeoutWarningEvent *) | - toThrift |
| (id) | - newThrift |
Additional Inherited Members |
When a user is in danger of being kicked from the server due to idleness, this event occurs.
If the client immediately sends a message to the server (any type of message at all), the user will not be kicked due to idleness.
| - (void) fromThrift: | (id) | thriftObject |
Reimplemented from EsMessage.
| - (id) init |
| - (id) initWithThriftObject: | (id) | thriftObject |
| - (id) newThrift |
Reimplemented from EsMessage.
| - (ThriftIdleTimeoutWarningEvent *) toThrift |
Reimplemented from EsMessage.