Package-level declarations
Types
Facebook Sign in Request Scope that can be requested from user when first time user signup. You can request from user FacebookSignInRequestScope.PublicProfile and FacebookSignInRequestScope.Email
Functions
FacebookButton Ui Container Composable that handles all sign-in functionality for Facebook. Child of this Composable can be any view or Composable function. You need to call UiContainerScope.onClick function on your child view's click function.
FacebookButton Ui Container Composable that handles all sign-in functionality for Facebook. Child of this Composable can be any view or Composable function. You need to call UiContainerScope.onClick function on your child view's click function.
You mush call KMPAuth.handleFacebookActivityResult
from your Activity's onActivityResult to handle Facebook login.