com.google.android.gms.plus.PlusOneButton.OnPlusOneClickListener |
Known Indirect Subclasses
|
Summary
Public Methods |
abstract
void
|
onPlusOneClick(Intent intent)
Called when the +1 button is clicked.
|
Public Methods
public
abstract
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.
|