Package 

Object CustomUpdate

    • Method Summary

      Modifier and Type Method Description
      final static GraphRequest newCustomUpdateRequest(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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.