Package 

Class ShareMedia.Builder

    • Method Summary

      Modifier and Type Method Description
      final B setParameter(String key, String value)
      final B setParameters(Bundle parameters)
      B readFrom(M model) Reads the values from a ShareModel into the builder.
      • Methods inherited from class com.facebook.share.model.ShareModelBuilder

        build
      • Methods inherited from class java.lang.Object

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

      • ShareMedia.Builder

        ShareMedia.Builder()
    • Method Detail

      • setParameters

        @Deprecated(message = This method is deprecated. Use GraphRequest directly to set parameters.) final B setParameters(Bundle parameters)
      • readFrom

         B readFrom(M model)

        Reads the values from a ShareModel into the builder.

        Parameters:
        model - The source ShareModel