public static interface

PlusOneButton.OnPlusOneClickListener

com.google.android.gms.plus.PlusOneButton.OnPlusOneClickListener

Class Overview

A listener for +1 button clicks. Implement this interface and call startActivityForResult(Intent, int).

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 The intent to display the +1 confirmation dialog.