etebase_user_get_email method

Pointer<Char> etebase_user_get_email(
  1. Pointer<EtebaseUser> this_
)

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_,
  );
}