مشاركة عبر


OnFetchProfileCallback type

تستخدم وظيفة معاودة الاتصال لتوفير بيانات مخصصة لإنشاء ملف تعريف لمستخدم أو روبوت.

type OnFetchProfileCallback = (
  userId: string,
  defaultProfile?: Profile
) => Promise<Profile | undefined>