PageRenderTime 25ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

/app/libs/facebook-android-sdk-4.16.1/AccountKit/docs/javadoc/com/facebook/accountkit/package-summary.html

https://gitlab.com/finalversus/authenSimple
HTML | 309 lines | 275 code | 2 blank | 32 comment | 0 complexity | 70ca815718058e6be15b14ae7fb70da1 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (version 1.7.0_51) on Fri Oct 07 10:28:01 PDT 2016 -->
  6. <title>com.facebook.accountkit (accountkitsdk 4.16.1 API)</title>
  7. <meta name="date" content="2016-10-07">
  8. <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
  9. </head>
  10. <body>
  11. <script type="text/javascript"><!--
  12. if (location.href.indexOf('is-external=true') == -1) {
  13. parent.document.title="com.facebook.accountkit (accountkitsdk 4.16.1 API)";
  14. }
  15. //-->
  16. </script>
  17. <noscript>
  18. <div>JavaScript is disabled on your browser.</div>
  19. </noscript>
  20. <!-- ========= START OF TOP NAVBAR ======= -->
  21. <div class="topNav"><a name="navbar_top">
  22. <!-- -->
  23. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  24. <!-- -->
  25. </a>
  26. <ul class="navList" title="Navigation">
  27. <li><a href="../../../overview-summary.html">Overview</a></li>
  28. <li class="navBarCell1Rev">Package</li>
  29. <li>Class</li>
  30. <li><a href="package-tree.html">Tree</a></li>
  31. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  32. <li><a href="../../../index-all.html">Index</a></li>
  33. <li><a href="../../../help-doc.html">Help</a></li>
  34. </ul>
  35. </div>
  36. <div class="subNav">
  37. <ul class="navList">
  38. <li>Prev Package</li>
  39. <li><a href="../../../com/facebook/accountkit/ui/package-summary.html">Next Package</a></li>
  40. </ul>
  41. <ul class="navList">
  42. <li><a href="../../../index.html?com/facebook/accountkit/package-summary.html" target="_top">Frames</a></li>
  43. <li><a href="package-summary.html" target="_top">No Frames</a></li>
  44. </ul>
  45. <ul class="navList" id="allclasses_navbar_top">
  46. <li><a href="../../../allclasses-noframe.html">All Classes</a></li>
  47. </ul>
  48. <div>
  49. <script type="text/javascript"><!--
  50. allClassesLink = document.getElementById("allclasses_navbar_top");
  51. if(window==top) {
  52. allClassesLink.style.display = "block";
  53. }
  54. else {
  55. allClassesLink.style.display = "none";
  56. }
  57. //-->
  58. </script>
  59. </div>
  60. <a name="skip-navbar_top">
  61. <!-- -->
  62. </a></div>
  63. <!-- ========= END OF TOP NAVBAR ========= -->
  64. <div class="header">
  65. <h1 title="Package" class="title">Package&nbsp;com.facebook.accountkit</h1>
  66. </div>
  67. <div class="contentContainer">
  68. <ul class="blockList">
  69. <li class="blockList">
  70. <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
  71. <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
  72. <tr>
  73. <th class="colFirst" scope="col">Interface</th>
  74. <th class="colLast" scope="col">Description</th>
  75. </tr>
  76. <tbody>
  77. <tr class="altColor">
  78. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKit.InitializeCallback.html" title="interface in com.facebook.accountkit">AccountKit.InitializeCallback</a></td>
  79. <td class="colLast">
  80. <div class="block">Callback passed to the initialize function.</div>
  81. </td>
  82. </tr>
  83. <tr class="rowColor">
  84. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitCallback.html" title="interface in com.facebook.accountkit">AccountKitCallback</a>&lt;RESULT&gt;</td>
  85. <td class="colLast">
  86. <div class="block">A callback class for the AccountKit SDK.</div>
  87. </td>
  88. </tr>
  89. <tr class="altColor">
  90. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitLoginResult.html" title="interface in com.facebook.accountkit">AccountKitLoginResult</a></td>
  91. <td class="colLast">&nbsp;</td>
  92. </tr>
  93. <tr class="rowColor">
  94. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.html" title="interface in com.facebook.accountkit">AccountPreferences</a></td>
  95. <td class="colLast">
  96. <div class="block">Accesses Account preferences that are stored on the Account Kit servers for the associated app
  97. and account.</div>
  98. </td>
  99. </tr>
  100. <tr class="altColor">
  101. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnDeletePreferenceListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnDeletePreferenceListener</a></td>
  102. <td class="colLast">
  103. <div class="block">Listener for callbacks from `deletePreference` calls.</div>
  104. </td>
  105. </tr>
  106. <tr class="rowColor">
  107. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnLoadPreferenceListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnLoadPreferenceListener</a></td>
  108. <td class="colLast">
  109. <div class="block">Listener for callbacks from `loadPreference` calls.</div>
  110. </td>
  111. </tr>
  112. <tr class="altColor">
  113. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnLoadPreferencesListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnLoadPreferencesListener</a></td>
  114. <td class="colLast">
  115. <div class="block">Listener for callbacks from `loadPreferences` calls.</div>
  116. </td>
  117. </tr>
  118. <tr class="rowColor">
  119. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnSetPreferenceListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnSetPreferenceListener</a></td>
  120. <td class="colLast">
  121. <div class="block">Listener for callbacks from `setPreference` calls.</div>
  122. </td>
  123. </tr>
  124. <tr class="altColor">
  125. <td class="colFirst"><a href="../../../com/facebook/accountkit/EmailLoginModel.html" title="interface in com.facebook.accountkit">EmailLoginModel</a></td>
  126. <td class="colLast">&nbsp;</td>
  127. </tr>
  128. <tr class="rowColor">
  129. <td class="colFirst"><a href="../../../com/facebook/accountkit/LoginModel.html" title="interface in com.facebook.accountkit">LoginModel</a></td>
  130. <td class="colLast">&nbsp;</td>
  131. </tr>
  132. <tr class="altColor">
  133. <td class="colFirst"><a href="../../../com/facebook/accountkit/PhoneLoginModel.html" title="interface in com.facebook.accountkit">PhoneLoginModel</a></td>
  134. <td class="colLast">&nbsp;</td>
  135. </tr>
  136. </tbody>
  137. </table>
  138. </li>
  139. <li class="blockList">
  140. <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  141. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  142. <tr>
  143. <th class="colFirst" scope="col">Class</th>
  144. <th class="colLast" scope="col">Description</th>
  145. </tr>
  146. <tbody>
  147. <tr class="altColor">
  148. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccessToken.html" title="class in com.facebook.accountkit">AccessToken</a></td>
  149. <td class="colLast">
  150. <div class="block">This class represents an immutable access token for using AccountKit APIs.</div>
  151. </td>
  152. </tr>
  153. <tr class="rowColor">
  154. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccessTokenTracker.html" title="class in com.facebook.accountkit">AccessTokenTracker</a></td>
  155. <td class="colLast">
  156. <div class="block">This class can be extended to receive notifications of access token changes.</div>
  157. </td>
  158. </tr>
  159. <tr class="altColor">
  160. <td class="colFirst"><a href="../../../com/facebook/accountkit/Account.html" title="class in com.facebook.accountkit">Account</a></td>
  161. <td class="colLast">
  162. <div class="block">This class represents an AccountKit Account</div>
  163. </td>
  164. </tr>
  165. <tr class="rowColor">
  166. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKit.html" title="class in com.facebook.accountkit">AccountKit</a></td>
  167. <td class="colLast">
  168. <div class="block">This seems to be the main class for initialization and login for AccountKit.</div>
  169. </td>
  170. </tr>
  171. <tr class="altColor">
  172. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitError.html" title="class in com.facebook.accountkit">AccountKitError</a></td>
  173. <td class="colLast">
  174. <div class="block">Map of all the existing SDK error codes and respective message for convenience</div>
  175. </td>
  176. </tr>
  177. <tr class="rowColor">
  178. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitSdkVersion.html" title="class in com.facebook.accountkit">AccountKitSdkVersion</a></td>
  179. <td class="colLast">&nbsp;</td>
  180. </tr>
  181. <tr class="altColor">
  182. <td class="colFirst"><a href="../../../com/facebook/accountkit/EmailLoginTracker.html" title="class in com.facebook.accountkit">EmailLoginTracker</a></td>
  183. <td class="colLast">
  184. <div class="block">Tracks broadcasts about changes in the status of the current email login model
  185. The <a href="../../../com/facebook/accountkit/Tracker.html#stopTracking()"><code>stopTracking()</code></a> method should be called in the onDestroy() method of the receiving
  186. Activity or Fragment.</div>
  187. </td>
  188. </tr>
  189. <tr class="rowColor">
  190. <td class="colFirst"><a href="../../../com/facebook/accountkit/LoggingBehaviorCollection.html" title="class in com.facebook.accountkit">LoggingBehaviorCollection</a></td>
  191. <td class="colLast">&nbsp;</td>
  192. </tr>
  193. <tr class="altColor">
  194. <td class="colFirst"><a href="../../../com/facebook/accountkit/PhoneLoginTracker.html" title="class in com.facebook.accountkit">PhoneLoginTracker</a></td>
  195. <td class="colLast">
  196. <div class="block">Tracks broadcasts about changes in the status of the current phone login model
  197. The <a href="../../../com/facebook/accountkit/Tracker.html#stopTracking()"><code>stopTracking()</code></a> method should be called in the onDestroy() method of the receiving
  198. Activity or Fragment.</div>
  199. </td>
  200. </tr>
  201. <tr class="rowColor">
  202. <td class="colFirst"><a href="../../../com/facebook/accountkit/PhoneNumber.html" title="class in com.facebook.accountkit">PhoneNumber</a></td>
  203. <td class="colLast">
  204. <div class="block">Container for phone numbers with a separate country code from full phone number</div>
  205. </td>
  206. </tr>
  207. <tr class="altColor">
  208. <td class="colFirst"><a href="../../../com/facebook/accountkit/Tracker.html" title="class in com.facebook.accountkit">Tracker</a></td>
  209. <td class="colLast">
  210. <div class="block">Tracks broadcasts about changes in the state</div>
  211. </td>
  212. </tr>
  213. </tbody>
  214. </table>
  215. </li>
  216. <li class="blockList">
  217. <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
  218. <caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
  219. <tr>
  220. <th class="colFirst" scope="col">Enum</th>
  221. <th class="colLast" scope="col">Description</th>
  222. </tr>
  223. <tbody>
  224. <tr class="altColor">
  225. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitError.Type.html" title="enum in com.facebook.accountkit">AccountKitError.Type</a></td>
  226. <td class="colLast">&nbsp;</td>
  227. </tr>
  228. <tr class="rowColor">
  229. <td class="colFirst"><a href="../../../com/facebook/accountkit/LoggingBehavior.html" title="enum in com.facebook.accountkit">LoggingBehavior</a></td>
  230. <td class="colLast">
  231. <div class="block">Specifies different categories of logging messages that can be generated.</div>
  232. </td>
  233. </tr>
  234. <tr class="altColor">
  235. <td class="colFirst"><a href="../../../com/facebook/accountkit/LoginResult.html" title="enum in com.facebook.accountkit">LoginResult</a></td>
  236. <td class="colLast">
  237. <div class="block">The result of the given AccountKit login</div>
  238. </td>
  239. </tr>
  240. </tbody>
  241. </table>
  242. </li>
  243. <li class="blockList">
  244. <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
  245. <caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
  246. <tr>
  247. <th class="colFirst" scope="col">Exception</th>
  248. <th class="colLast" scope="col">Description</th>
  249. </tr>
  250. <tbody>
  251. <tr class="altColor">
  252. <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitException.html" title="class in com.facebook.accountkit">AccountKitException</a></td>
  253. <td class="colLast">
  254. <div class="block">Represents an error condition specific to the AccountKit SDK for Android.</div>
  255. </td>
  256. </tr>
  257. </tbody>
  258. </table>
  259. </li>
  260. </ul>
  261. </div>
  262. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  263. <div class="bottomNav"><a name="navbar_bottom">
  264. <!-- -->
  265. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  266. <!-- -->
  267. </a>
  268. <ul class="navList" title="Navigation">
  269. <li><a href="../../../overview-summary.html">Overview</a></li>
  270. <li class="navBarCell1Rev">Package</li>
  271. <li>Class</li>
  272. <li><a href="package-tree.html">Tree</a></li>
  273. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  274. <li><a href="../../../index-all.html">Index</a></li>
  275. <li><a href="../../../help-doc.html">Help</a></li>
  276. </ul>
  277. </div>
  278. <div class="subNav">
  279. <ul class="navList">
  280. <li>Prev Package</li>
  281. <li><a href="../../../com/facebook/accountkit/ui/package-summary.html">Next Package</a></li>
  282. </ul>
  283. <ul class="navList">
  284. <li><a href="../../../index.html?com/facebook/accountkit/package-summary.html" target="_top">Frames</a></li>
  285. <li><a href="package-summary.html" target="_top">No Frames</a></li>
  286. </ul>
  287. <ul class="navList" id="allclasses_navbar_bottom">
  288. <li><a href="../../../allclasses-noframe.html">All Classes</a></li>
  289. </ul>
  290. <div>
  291. <script type="text/javascript"><!--
  292. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  293. if(window==top) {
  294. allClassesLink.style.display = "block";
  295. }
  296. else {
  297. allClassesLink.style.display = "none";
  298. }
  299. //-->
  300. </script>
  301. </div>
  302. <a name="skip-navbar_bottom">
  303. <!-- -->
  304. </a></div>
  305. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  306. </body>
  307. </html>