etebase_user_get_email method
Get the email address
@param this_ the object handle
Implementation
ffi.Pointer<ffi.Char> etebase_user_get_email(
ffi.Pointer<EtebaseUser> this_,
) {
return _etebase_user_get_email(
this_,
);
}
Get the email address
@param this_ the object handle
ffi.Pointer<ffi.Char> etebase_user_get_email(
ffi.Pointer<EtebaseUser> this_,
) {
return _etebase_user_get_email(
this_,
);
}