public interface

Participatable

com.google.android.gms.games.multiplayer.Participatable
Known Indirect Subclasses

Class Overview

Interface defining methods for an object which can have participants.

Summary

Public Methods
abstract ArrayList<Participant> getParticipants()
Retrieve the Participants for this object.

Public Methods

public abstract ArrayList<Participant> getParticipants ()

Retrieve the Participants for this object. This is a list of all Participants applicable to the given object.

Returns