- OAUTH_DATA_MESSAGE_KEY - Static variable in class com.box.boxjavalibv2.authorization.OAuthDataMessage
-
- OAUTH_ERROR_HEADER - Static variable in class com.box.boxjavalibv2.BoxRESTClient
-
- OAUTH_INVALID_TOKEN - Static variable in class com.box.boxjavalibv2.BoxRESTClient
-
- OAuthActivity - Class in com.box.boxandroidlibv2.activities
-
Activity for OAuth.
- OAuthActivity() - Constructor for class com.box.boxandroidlibv2.activities.OAuthActivity
-
- OAuthAuthorization - Class in com.box.boxjavalibv2.authorization
-
This is authorization class for API requests using OAuth.
- OAuthAuthorization(OAuthDataController) - Constructor for class com.box.boxjavalibv2.authorization.OAuthAuthorization
-
- OAuthDataController - Class in com.box.boxjavalibv2.authorization
-
This is the data controller for OAuth, it handles token auto refresh.
- OAuthDataController(BoxClient, String, String, boolean) - Constructor for class com.box.boxjavalibv2.authorization.OAuthDataController
-
- OAuthDataController.OAuthTokenState - Enum in com.box.boxjavalibv2.authorization
-
- OAuthDataMessage - Class in com.box.boxjavalibv2.authorization
-
A message for OAuthData.
- OAuthDataMessage(BoxOAuthToken, IBoxJSONParser, IBoxResourceHub) - Constructor for class com.box.boxjavalibv2.authorization.OAuthDataMessage
-
Constructor.
- OAuthEvent - Enum in com.box.boxjavalibv2.events
-
OAuth event.
- OAuthMultithreadTest - Class in com.box.restclientv2.authorization.oauthmultithread
-
- OAuthMultithreadTest() - Constructor for class com.box.restclientv2.authorization.oauthmultithread.OAuthMultithreadTest
-
- OAuthRefreshListener - Interface in com.box.boxjavalibv2.authorization
-
Listener listening to the event that oauth token is refreshed.
- oauthview - Static variable in class com.box.boxandroidlibv2.R.id
-
- OAuthWebView - Class in com.box.boxandroidlibv2.views
-
A WebView used for OAuth flow.
- OAuthWebView(Context, AttributeSet) - Constructor for class com.box.boxandroidlibv2.views.OAuthWebView
-
Constructor.
- OAuthWebView.OAuthWebViewClient - Class in com.box.boxandroidlibv2.views
-
WebViewClient for the OAuth WebView.
- OAuthWebView.OAuthWebViewClient(OAuthWebViewData, Activity, BoxClient) - Constructor for class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
Constructor.
- OAuthWebViewData - Class in com.box.boxjavalibv2.authorization
-
Data on the OAuth WebView.
- OAuthWebViewData(OAuthDataController) - Constructor for class com.box.boxjavalibv2.authorization.OAuthWebViewData
-
- OAuthWebViewListener - Class in com.box.boxandroidlibv2.viewlisteners
-
- OAuthWebViewListener() - Constructor for class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
-
- ON_PROGRESS_UPDATE_THRESHOLD - Static variable in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
-
Default minimum time between two progress messages being sent out.
- onActivityResult(int, int, Intent) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
-
- onActivityResult(int, int, Intent) - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
-
- onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
-
- onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowListener
-
On an event.
- onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in class com.box.boxjavalibv2.BoxClient
-
- onAuthFlowException(Exception) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
-
- onAuthFlowException(Exception) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowListener
-
On an exception.
- onAuthFlowException(Exception) - Method in class com.box.boxjavalibv2.BoxClient
-
- onAuthFlowMessage(IAuthFlowMessage) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
-
- onAuthFlowMessage(IAuthFlowMessage) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowListener
-
On a message.
- onAuthFlowMessage(IAuthFlowMessage) - Method in class com.box.boxjavalibv2.BoxClient
-
- onCanceled() - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
-
Called when the file transfer was canceled.
- onComplete(String) - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
-
Called when the file has been transferred.
- onCreate(Bundle) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
-
- onCreate(Bundle) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
-
- onCreate(Bundle) - Method in class com.box.boxandroidlibv2.activities.OAuthActivity
-
- onDestroy() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
-
- onDownloadedThumbnail(Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
-
Handles showing new thumbnails after they have been downloaded.
- onError(int, String, String) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
-
This indicates the webview receives some error.
- onFetchedFolder(Intent) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
-
- onFetchedFolder(Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
-
Handles showing the initial folder after it has been fetched.
- onFetchedFolderItems(Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
-
Handles showing other items in the folder after it has been fetched.
- onIOException(IOException) - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
-
Called when IOException is thrown.
- onItemClick(<any>, View, int, long) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
-
- onPageFinished(WebView, String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- onPageStarted(WebView, String, Bitmap) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- onProgress(long) - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
-
Called periodically during the download.
- onReceive(Context, Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.FolderNavigationReceiver
-
- onReceivedError(WebView, int, String, String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- onReceivedHttpAuthRequest(WebView, HttpAuthHandler, String, String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- onReceivedSslError(WebView, SslErrorHandler, SslError) - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
-
- onRefresh(IAuthData) - Method in interface com.box.boxjavalibv2.authorization.OAuthRefreshListener
-
- onResume() - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
-
- onSaveInstanceState(Bundle) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
-
- onSaveInstanceState(Bundle) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
-
- onSslError(SslErrorHandler, SslError) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
-
This indicates a SSL Error, implement this method to handle this error.
- OPEN - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkAccess
-
Open access.