Go to the source code of this file.
Classes | |
class | AEMainThreadEndpoint |
Main thread message endpoint. More... | |
Typedefs | |
typedef void(^ | AEMainThreadEndpointHandler )(void *_Nullable data, size_t length) |
Handler block. | |
typedef void(^ AEMainThreadEndpointHandler)(void *_Nullable data, size_t length) |
Handler block.
Provide a block matching this description to the initializer to handle incoming messages. It will be called on the main thread.
data | Message data (or NULL) |
length | Length of message |