Package 

Class OpenGamingMediaDialog

  • All Implemented Interfaces:
    com.facebook.GraphRequest.Callback , com.facebook.GraphRequest.OnProgressCallback

    
    public class OpenGamingMediaDialog
     implements GraphRequest.OnProgressCallback
                        

    Callback Handler to show the Gaming Media Dialog after media is uploaded to the Gaming Media Library.

    • Method Summary

      Modifier and Type Method Description
      void onCompleted(GraphResponse response)
      void onProgress(long current, long max)
      • Methods inherited from class com.facebook.GraphRequest.OnProgressCallback

        onProgress
      • Methods inherited from class com.facebook.GraphRequest.Callback

        onCompleted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenGamingMediaDialog

        OpenGamingMediaDialog(Context context)
      • OpenGamingMediaDialog

        OpenGamingMediaDialog(Context context, GraphRequest.Callback callback)
    • Method Detail

      • onCompleted

         void onCompleted(GraphResponse response)
      • onProgress

         void onProgress(long current, long max)