public class Score extends java.lang.Object implements Publishable
| Modifier and Type | Class and Description |
|---|---|
static class |
Score.Builder |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
The app in which the score was achieved.
|
android.os.Bundle |
getBundle()
Is used for publishing actions.
|
java.lang.String |
getPath()
https://developers.facebook.com/docs/reference/api/publishing/
|
Permission |
getPermission()
Get the needed permission for being able to publish this item
|
java.lang.Integer |
getScore()
The actual score.
|
User |
getUser()
The person associated with the scores.
|
public User getUser()
public java.lang.Integer getScore()
public Application getApplication()
public android.os.Bundle getBundle()
PublishablegetBundle in interface Publishablepublic java.lang.String getPath()
PublishablegetPath in interface Publishablepublic Permission getPermission()
PublishablegetPermission in interface PublishablePermission