/app/libs/facebook-android-sdk-4.16.1/AccountKit/docs/javadoc/com/facebook/accountkit/package-summary.html
HTML | 309 lines | 275 code | 2 blank | 32 comment | 0 complexity | 70ca815718058e6be15b14ae7fb70da1 MD5 | raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (version 1.7.0_51) on Fri Oct 07 10:28:01 PDT 2016 -->
- <title>com.facebook.accountkit (accountkitsdk 4.16.1 API)</title>
- <meta name="date" content="2016-10-07">
- <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
- </head>
- <body>
- <script type="text/javascript"><!--
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.facebook.accountkit (accountkitsdk 4.16.1 API)";
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar_top">
- <!-- -->
- </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../overview-summary.html">Overview</a></li>
- <li class="navBarCell1Rev">Package</li>
- <li>Class</li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../index-all.html">Index</a></li>
- <li><a href="../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev Package</li>
- <li><a href="../../../com/facebook/accountkit/ui/package-summary.html">Next Package</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../index.html?com/facebook/accountkit/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip-navbar_top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="header">
- <h1 title="Package" class="title">Package com.facebook.accountkit</h1>
- </div>
- <div class="contentContainer">
- <ul class="blockList">
- <li class="blockList">
- <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
- <caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Interface</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKit.InitializeCallback.html" title="interface in com.facebook.accountkit">AccountKit.InitializeCallback</a></td>
- <td class="colLast">
- <div class="block">Callback passed to the initialize function.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitCallback.html" title="interface in com.facebook.accountkit">AccountKitCallback</a><RESULT></td>
- <td class="colLast">
- <div class="block">A callback class for the AccountKit SDK.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitLoginResult.html" title="interface in com.facebook.accountkit">AccountKitLoginResult</a></td>
- <td class="colLast"> </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.html" title="interface in com.facebook.accountkit">AccountPreferences</a></td>
- <td class="colLast">
- <div class="block">Accesses Account preferences that are stored on the Account Kit servers for the associated app
- and account.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnDeletePreferenceListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnDeletePreferenceListener</a></td>
- <td class="colLast">
- <div class="block">Listener for callbacks from `deletePreference` calls.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnLoadPreferenceListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnLoadPreferenceListener</a></td>
- <td class="colLast">
- <div class="block">Listener for callbacks from `loadPreference` calls.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnLoadPreferencesListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnLoadPreferencesListener</a></td>
- <td class="colLast">
- <div class="block">Listener for callbacks from `loadPreferences` calls.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountPreferences.OnSetPreferenceListener.html" title="interface in com.facebook.accountkit">AccountPreferences.OnSetPreferenceListener</a></td>
- <td class="colLast">
- <div class="block">Listener for callbacks from `setPreference` calls.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/EmailLoginModel.html" title="interface in com.facebook.accountkit">EmailLoginModel</a></td>
- <td class="colLast"> </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/LoginModel.html" title="interface in com.facebook.accountkit">LoginModel</a></td>
- <td class="colLast"> </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/PhoneLoginModel.html" title="interface in com.facebook.accountkit">PhoneLoginModel</a></td>
- <td class="colLast"> </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList">
- <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
- <caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Class</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccessToken.html" title="class in com.facebook.accountkit">AccessToken</a></td>
- <td class="colLast">
- <div class="block">This class represents an immutable access token for using AccountKit APIs.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccessTokenTracker.html" title="class in com.facebook.accountkit">AccessTokenTracker</a></td>
- <td class="colLast">
- <div class="block">This class can be extended to receive notifications of access token changes.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/Account.html" title="class in com.facebook.accountkit">Account</a></td>
- <td class="colLast">
- <div class="block">This class represents an AccountKit Account</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKit.html" title="class in com.facebook.accountkit">AccountKit</a></td>
- <td class="colLast">
- <div class="block">This seems to be the main class for initialization and login for AccountKit.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitError.html" title="class in com.facebook.accountkit">AccountKitError</a></td>
- <td class="colLast">
- <div class="block">Map of all the existing SDK error codes and respective message for convenience</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitSdkVersion.html" title="class in com.facebook.accountkit">AccountKitSdkVersion</a></td>
- <td class="colLast"> </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/EmailLoginTracker.html" title="class in com.facebook.accountkit">EmailLoginTracker</a></td>
- <td class="colLast">
- <div class="block">Tracks broadcasts about changes in the status of the current email login model
- The <a href="../../../com/facebook/accountkit/Tracker.html#stopTracking()"><code>stopTracking()</code></a> method should be called in the onDestroy() method of the receiving
- Activity or Fragment.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/LoggingBehaviorCollection.html" title="class in com.facebook.accountkit">LoggingBehaviorCollection</a></td>
- <td class="colLast"> </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/PhoneLoginTracker.html" title="class in com.facebook.accountkit">PhoneLoginTracker</a></td>
- <td class="colLast">
- <div class="block">Tracks broadcasts about changes in the status of the current phone login model
- The <a href="../../../com/facebook/accountkit/Tracker.html#stopTracking()"><code>stopTracking()</code></a> method should be called in the onDestroy() method of the receiving
- Activity or Fragment.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/PhoneNumber.html" title="class in com.facebook.accountkit">PhoneNumber</a></td>
- <td class="colLast">
- <div class="block">Container for phone numbers with a separate country code from full phone number</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/Tracker.html" title="class in com.facebook.accountkit">Tracker</a></td>
- <td class="colLast">
- <div class="block">Tracks broadcasts about changes in the state</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList">
- <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
- <caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Enum</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitError.Type.html" title="enum in com.facebook.accountkit">AccountKitError.Type</a></td>
- <td class="colLast"> </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/LoggingBehavior.html" title="enum in com.facebook.accountkit">LoggingBehavior</a></td>
- <td class="colLast">
- <div class="block">Specifies different categories of logging messages that can be generated.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/LoginResult.html" title="enum in com.facebook.accountkit">LoginResult</a></td>
- <td class="colLast">
- <div class="block">The result of the given AccountKit login</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList">
- <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
- <caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Exception</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="../../../com/facebook/accountkit/AccountKitException.html" title="class in com.facebook.accountkit">AccountKitException</a></td>
- <td class="colLast">
- <div class="block">Represents an error condition specific to the AccountKit SDK for Android.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- </ul>
- </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar_bottom">
- <!-- -->
- </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../overview-summary.html">Overview</a></li>
- <li class="navBarCell1Rev">Package</li>
- <li>Class</li>
- <li><a href="package-tree.html">Tree</a></li>
- <li><a href="../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../index-all.html">Index</a></li>
- <li><a href="../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev Package</li>
- <li><a href="../../../com/facebook/accountkit/ui/package-summary.html">Next Package</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../../../index.html?com/facebook/accountkit/package-summary.html" target="_top">Frames</a></li>
- <li><a href="package-summary.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip-navbar_bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>