<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dropbox Api V2 Callback: Which import call is used in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-V2-Callback-Which-import-call-is-used/m-p/513708#M25233</link>
    <description>&lt;P&gt;It looks like you're referring to some of the code included in &lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android" target="_self"&gt;the Android example for the official Dropbox API v2 Java SDK&lt;/A&gt;. I recommend running that example &lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android" target="_self"&gt;as provided and documented first&lt;/A&gt;, if you haven't already, to see how that works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your question specifically though, the "Callback" in "private final Callback mCallback", such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android/src/main/java/com/dropbox/core/examples/android/DownloadFileTask.java#L25" target="_self"&gt;here&lt;/A&gt;, is defined as an interface, such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android/src/main/java/com/dropbox/core/examples/android/DownloadFileTask.java#L28" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Apr 2021 15:00:48 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-04-15T15:00:48Z</dc:date>
    <item>
      <title>Dropbox Api V2 Callback: Which import call is used</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-V2-Callback-Which-import-call-is-used/m-p/513558#M25230</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to use DBClientV2 callback. Which one do I need to import? Android Studios shows many callbacks, but none of them seems to be the right one for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pl-k"&gt;import&lt;/SPAN&gt; &lt;SPAN class="pl-smi"&gt;com.dropbox.core.DbxException&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pl-k"&gt;import&lt;/SPAN&gt; &lt;SPAN class="pl-smi"&gt;com.dropbox.core.v2.DbxClientV2&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pl-k"&gt;import&lt;/SPAN&gt; &lt;SPAN class="pl-smi"&gt;com.dropbox.core.v2.files.FileMetadata&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pl-k"&gt;private&lt;/SPAN&gt; &lt;SPAN class="pl-k"&gt;final&lt;/SPAN&gt; &lt;SPAN class="pl-smi"&gt;&lt;SPAN class="pl-token"&gt;Callback&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; mCallback; &amp;lt;--- this call I want to use&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="pl-k"&gt;private&lt;/SPAN&gt; &lt;SPAN class="pl-smi"&gt;&lt;SPAN class="pl-token"&gt;Exception&lt;/SPAN&gt;&lt;/SPAN&gt; mException;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Danke&lt;/P&gt;
&lt;P&gt;FP&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 20:45:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-V2-Callback-Which-import-call-is-used/m-p/513558#M25230</guid>
      <dc:creator>Fischer Peter</dc:creator>
      <dc:date>2021-04-14T20:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Api V2 Callback: Which import call is used</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-V2-Callback-Which-import-call-is-used/m-p/513708#M25233</link>
      <description>&lt;P&gt;It looks like you're referring to some of the code included in &lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android" target="_self"&gt;the Android example for the official Dropbox API v2 Java SDK&lt;/A&gt;. I recommend running that example &lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android" target="_self"&gt;as provided and documented first&lt;/A&gt;, if you haven't already, to see how that works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your question specifically though, the "Callback" in "private final Callback mCallback", such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android/src/main/java/com/dropbox/core/examples/android/DownloadFileTask.java#L25" target="_self"&gt;here&lt;/A&gt;, is defined as an interface, such as &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/e52fc828c7c753e04c3fa9d47ab6de7e85d000c4/examples/android/src/main/java/com/dropbox/core/examples/android/DownloadFileTask.java#L28" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 15:00:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-V2-Callback-Which-import-call-is-used/m-p/513708#M25233</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-04-15T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Api V2 Callback: Which import call is used</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-V2-Callback-Which-import-call-is-used/m-p/514356#M25243</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Didn't see that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FP&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 07:27:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Api-V2-Callback-Which-import-call-is-used/m-p/514356#M25243</guid>
      <dc:creator>Fischer Peter</dc:creator>
      <dc:date>2021-04-19T07:27:03Z</dc:date>
    </item>
  </channel>
</rss>

