-
public class AuthMethodPickerLayout.BuilderBuilder for AuthMethodPickerLayout.
-
-
Constructor Summary
Constructors Constructor Description AuthMethodPickerLayout.Builder(int mainLayout)Create a new builder, specifying the ID of the XML layout resource to be sued.
-
Method Summary
Modifier and Type Method Description AuthMethodPickerLayout.BuildersetGoogleButtonId(@IdRes() int googleBtn)Set the ID of the Google sign in button in the custom layout. AuthMethodPickerLayout.BuildersetFacebookButtonId(@IdRes() int facebookBtn)Set the ID of the Facebook sign in button in the custom layout. AuthMethodPickerLayout.BuildersetTwitterButtonId(@IdRes() int twitterBtn)Set the ID of the Twitter sign in button in the custom layout. AuthMethodPickerLayout.BuildersetEmailButtonId(@IdRes() int emailButton)Set the ID of the Email sign in button in the custom layout. AuthMethodPickerLayout.BuildersetPhoneButtonId(@IdRes() int phoneButton)Set the ID of the Phone Number sign in button in the custom layout. AuthMethodPickerLayout.BuildersetAnonymousButtonId(@IdRes() int anonymousButton)Set the ID of the Anonymous sign in button in the custom layout. AuthMethodPickerLayout.BuildersetGithubButtonId(@IdRes() int githubButtonId)AuthMethodPickerLayout.BuildersetMicrosoftButtonId(@IdRes() int microsoftButtonId)AuthMethodPickerLayout.BuildersetAppleButtonId(@IdRes() int appleButtonId)AuthMethodPickerLayout.BuildersetYahooButtonId(@IdRes() int yahooButtonId)AuthMethodPickerLayout.BuildersetTosAndPrivacyPolicyId(@IdRes() int tosPpView)Set the ID of a TextView where terms of service and privacy policy should bedisplayed. AuthMethodPickerLayoutbuild()-
-
Method Detail
-
setGoogleButtonId
AuthMethodPickerLayout.Builder setGoogleButtonId(@IdRes() int googleBtn)
Set the ID of the Google sign in button in the custom layout.
-
setFacebookButtonId
AuthMethodPickerLayout.Builder setFacebookButtonId(@IdRes() int facebookBtn)
Set the ID of the Facebook sign in button in the custom layout.
-
setTwitterButtonId
AuthMethodPickerLayout.Builder setTwitterButtonId(@IdRes() int twitterBtn)
Set the ID of the Twitter sign in button in the custom layout.
-
setEmailButtonId
AuthMethodPickerLayout.Builder setEmailButtonId(@IdRes() int emailButton)
Set the ID of the Email sign in button in the custom layout.
-
setPhoneButtonId
AuthMethodPickerLayout.Builder setPhoneButtonId(@IdRes() int phoneButton)
Set the ID of the Phone Number sign in button in the custom layout.
-
setAnonymousButtonId
AuthMethodPickerLayout.Builder setAnonymousButtonId(@IdRes() int anonymousButton)
Set the ID of the Anonymous sign in button in the custom layout.
-
setGithubButtonId
AuthMethodPickerLayout.Builder setGithubButtonId(@IdRes() int githubButtonId)
-
setMicrosoftButtonId
AuthMethodPickerLayout.Builder setMicrosoftButtonId(@IdRes() int microsoftButtonId)
-
setAppleButtonId
AuthMethodPickerLayout.Builder setAppleButtonId(@IdRes() int appleButtonId)
-
setYahooButtonId
AuthMethodPickerLayout.Builder setYahooButtonId(@IdRes() int yahooButtonId)
-
setTosAndPrivacyPolicyId
AuthMethodPickerLayout.Builder setTosAndPrivacyPolicyId(@IdRes() int tosPpView)
Set the ID of a TextView where terms of service and privacy policy should bedisplayed.
-
build
AuthMethodPickerLayout build()
-
-
-
-