Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
kaa_attachment_status_listeners_t Struct Reference

Interface for the user attachment status receiver. More...

#include <ext_user_callback.h>

Data Fields

void * context
 Context to pass to all functions below. More...
 
on_attached_fn on_attached
 Called when the current endpoint was attached to the user by another endpoint. More...
 
on_detached_fn on_detached
 Called when the current endpoint was detached from the user by another endpoint. More...
 
on_attach_success_fn on_attach_success
 Called when the current endpoint was successfully attached to the user. More...
 
on_attach_failed_fn on_attach_failed
 Called the attach attempt is failed. More...
 

Detailed Description

Interface for the user attachment status receiver.

Field Documentation

void* kaa_attachment_status_listeners_t::context

Context to pass to all functions below.

on_attach_failed_fn kaa_attachment_status_listeners_t::on_attach_failed

Called the attach attempt is failed.

on_attach_success_fn kaa_attachment_status_listeners_t::on_attach_success

Called when the current endpoint was successfully attached to the user.

See kaa_user_manager_attach_to_user.

on_attached_fn kaa_attachment_status_listeners_t::on_attached

Called when the current endpoint was attached to the user by another endpoint.

on_detached_fn kaa_attachment_status_listeners_t::on_detached

Called when the current endpoint was detached from the user by another endpoint.


The documentation for this struct was generated from the following file: