java.lang.Object |
↳ |
com.google.android.gms.plus.PlusOneButton.DefaultOnPlusOneClickListener |
Summary
Public Methods |
void
|
onClick(View view)
|
void
|
onPlusOneClick(Intent intent)
Called when the +1 button is clicked.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.google.android.gms.plus.PlusOneButton.OnPlusOneClickListener
|
From interface
android.view.View.OnClickListener
abstract
void
|
onClick(View arg0)
|
|
Public Constructors
Parameters |
proxy |
PlusOneButton.OnPlusOneClickListener
|
Public Methods
public
void
onClick
(View view)
public
void
onPlusOneClick
(Intent intent)
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)
.
Parameters |
intent |
Intent :
The intent to display the +1 confirmation dialog.
|