A base class for a facebook button.
Extends: | Button |
Package: | facebook |
FacebookButtonBase(Context, AttributeSet, int, int, String, int)
protected FacebookButtonBase(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, String analyticsButtonCreatedEventName, int requestCode)
Parameter | Description |
---|---|
context | |
attrs | |
defStyleAttr | |
defStyleRes | |
analyticsButtonCreatedEventName | |
requestCode |
setFragment(Fragment)
Sets the fragment that contains this control. This allows the button to be embedded inside a Fragment, and will allow the fragment to receive the onActivityResult.onActivityResult(int, int, android.content.Intent) call rather than the Activity.
public void setFragment(Fragment fragment)
Parameter | Description |
---|---|
fragment | The fragment that contains this control |
getFragment()
Gets the fragment that contains this control.
public Fragment getFragment()
setRequestCode(int)
Set the request code for the startActivityForResult call. The requestCode should be outside of the range of those reserved for the Facebook SDK FacebookSdk.isFacebookRequestCode(int). This method should also be called prior to registering any callbacks.
protected void setRequestCode(int requestCode)
Parameter | Description |
---|---|
requestCode | The request code to use. |
getRequestCode()
Returns the request code used for this Button.
public int getRequestCode()
getActivity()
protected Activity getActivity()
getDefaultStyleResource()
protected int getDefaultStyleResource()
configureButton(Context, AttributeSet, int, int)
protected void configureButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
Parameter | Description |
---|---|
context | |
attrs | |
defStyleAttr | |
defStyleRes |
callExternalOnClickListener(View)
protected void callExternalOnClickListener(View v)
Parameter | Description |
---|---|
v |
setInternalOnClickListener(OnClickListener)
protected void setInternalOnClickListener(OnClickListener l)
Parameter | Description |
---|---|
l |