user_data property

Pointer<Void> user_data
getter/setter pair

Arbitrary user data to be associated with the newly created account. Application may set this later with #pjsua_acc_set_user_data() and retrieve it with #pjsua_acc_get_user_data().

Implementation

external ffi.Pointer<ffi.Void> user_data;