com.google.android.gms.plus.PlusOneButton.OnPlusOneClickListener |
Known Indirect Subclasses
|
A listener for +1 button clicks. Implement this interface and call
startActivityForResult(Intent, int)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the +1 button is clicked.
|
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. |
---|