-
public class CustomUpdate
-
-
Field Summary
Fields Modifier and Type Field Description public final static CustomUpdateINSTANCE
-
Method Summary
Modifier and Type Method Description final static GraphRequestnewCustomUpdateRequest(CustomUpdateContent content, GraphRequest.Callback callback)Returns a request to perform a CustomUpdateThis informs facebook that the player has taken an action and will notify other players in the same GamingContext. -
-
Method Detail
-
newCustomUpdateRequest
final static GraphRequest newCustomUpdateRequest(CustomUpdateContent content, GraphRequest.Callback callback)
Returns a request to perform a CustomUpdate
This informs facebook that the player has taken an action and will notify other players in the same GamingContext. Please check CustomUpdateContent.Builder for details on all the fields that allow customizing the update.
-
-
-
-