Constructor Handler
Handler(Looper, Func<Message, bool>)
Declaration
public Handler(Looper looper, Func<Message, bool> callback)
Parameters
Type | Name | Description |
---|---|---|
Looper | looper | The looper. |
Func<Message, bool> | callback | The callback to handle received messages. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Some arguments are null. |