java.lang.Object | |
↳ | com.google.android.gms.plus.PlusOneButton.DefaultOnPlusOneClickListener |
This is an View.OnClickListener
that will proxy clicks to an
attached PlusOneButton.OnPlusOneClickListener
, or default to attempt to start
the intent using an Activity
context.
Important: The implementation of onClick(android.view.View)
used by DefaultOnPlusOneClickListener relies on the tag of this class'
PlusOneButtonView remaining unused.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the +1 button is clicked.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]()
|
Called when the +1 button is clicked. Start the intent passed to this method
to display the +1 confirmation dialog Activity
with
startActivityForResult(Intent, int)
.
intent | The intent to display the +1 confirmation dialog. |
---|