-
public class FBLoginSSOLauncher.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private StringpendingSsoContextpublic final static FBLoginSSOLauncher.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetPendingSsoContext()Set after launch() is called; consumed by LoginManager on the next logIn() call. final UnitsetPendingSsoContext(String pendingSsoContext)-
-
Method Detail
-
getPendingSsoContext
final String getPendingSsoContext()
Set after launch() is called; consumed by LoginManager on the next logIn() call.
-
setPendingSsoContext
final Unit setPendingSsoContext(String pendingSsoContext)
-
-
-
-