public static interface PlusOneButton.OnPlusOneClickListener
Known Indirect Subclasses |
A listener for +1 button clicks. Implement this interface and call
startActivityForResult(Intent, int)
.
Public Method Summary
abstract void |
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 | The intent to display the +1 confirmation dialog. |
---|