Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

O

OAuthActivity - Class in com.github.gorbin.asne.core
Class for oauth activity
OAuthActivity() - Constructor for class com.github.gorbin.asne.core.OAuthActivity
 
OAuthSocialNetwork - Class in com.github.gorbin.asne.core
Class for oauth connection to social networks
OAuthSocialNetwork(Fragment) - Constructor for class com.github.gorbin.asne.core.OAuthSocialNetwork
 
objectType - Variable in class com.github.gorbin.asne.googleplus.GooglePlusPerson
Type of person within Google+.
OkPerson - Class in com.github.gorbin.asne.odnoklassniki
Class for detailed Odnoklassniki social person
OkPerson() - Constructor for class com.github.gorbin.asne.odnoklassniki.OkPerson
 
OkSocialNetwork - Class in com.github.gorbin.asne.odnoklassniki
Class for OK social network integration
OkSocialNetwork(Fragment, String, String, String, String[]) - Constructor for class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
 
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.core.SocialNetwork
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode it returned, and any additional data from it.
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode it returned, and any additional data from it.
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
Overrided for facebook
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
Overrided for Google plus
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.instagram.InstagramSocialNetwork
Overrided for Instagram support
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.linkedin.LinkedInJSocialNetwork
Overrided for LinkedIn support
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.linkedin.LinkedInSocialNetwork
Overrided for LinkedIn support
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
Overrided for OK support
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.twitter.TwitterSocialNetwork
Overrided for Twitter support
onActivityResult(int, int, Intent) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
Overrided for VK support
onCancel() - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
Called after cancel authorization
onCheckIsFriendComplete(int, String, boolean) - Method in interface com.github.gorbin.asne.core.listener.OnCheckIsFriendCompleteListener
Called when check friend request complete.
OnCheckIsFriendCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when check friend request complete.
onConnected(Bundle) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
After calling connect(), this method will be invoked asynchronously when the connect request has successfully completed.
onConnectionFailed(ConnectionResult) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
Called when there was an error connecting the client to the service.
onConnectionSuspended(int) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
Called when the client is temporarily in a disconnected state.
onCreate(Bundle) - Method in class com.github.gorbin.asne.core.OAuthActivity
 
onCreate(Bundle) - Method in class com.github.gorbin.asne.core.SocialNetwork
Called when the Social Network activity is starting.
onCreate(Bundle) - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Called when the Social Network activity is starting.
onCreate(Bundle) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
Overrided for connect facebook to activity
onCreate(Bundle) - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
Overrided for Google plus
onCreate(Bundle) - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
Overrided for connect vk to activity
onDestroy() - Method in class com.github.gorbin.asne.core.SocialNetwork
Perform any final cleanup: cancel all request before activity destroyed.
onDestroy() - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Perform any final cleanup: cancel all request before activity destroyed.
onDestroy() - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
Overrided for destroying facebook session
onDestroy() - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
Overrided for VK support
onDisconnected() - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
Called when the client is disconnected.
onError(int, String, String, Object) - Method in interface com.github.gorbin.asne.core.listener.base.SocialNetworkListener
Called when social network request complete with error.
onError() - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
Called after error authorization
OnGetFriendsComplete(int, ArrayList<SocialPerson>) - Method in interface com.github.gorbin.asne.core.listener.OnRequestGetFriendsCompleteListener
Called when friends list request complete.
OnGetFriendsIdComplete(int, String[]) - Method in interface com.github.gorbin.asne.core.listener.OnRequestGetFriendsCompleteListener
Called when friends list request complete.
online - Variable in class com.github.gorbin.asne.odnoklassniki.OkPerson
Check online status of social person
online - Variable in class com.github.gorbin.asne.vk.VKPerson
Is social person online now. 1 - true, 0 - false
OnLoginCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when login complete.
onLoginSuccess(int) - Method in interface com.github.gorbin.asne.core.listener.OnLoginCompleteListener
Called when login complete.
onPause() - Method in class com.github.gorbin.asne.core.SocialNetwork
Called as part of the activity lifecycle when an activity is going into the background, but has not (yet) been killed.
onPause() - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Called as part of the activity lifecycle when an activity is going into the background, but has not (yet) been killed.
onPause() - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
Overrided for facebook connect in pause
OnPostingCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when posting complete.
onPostSuccessfully(int) - Method in interface com.github.gorbin.asne.core.listener.OnPostingCompleteListener
Called when posting complete.
onRequestAccessTokenComplete(int, AccessToken) - Method in interface com.github.gorbin.asne.core.listener.OnRequestAccessTokenCompleteListener
Called when access token request complete.
OnRequestAccessTokenCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when access token request complete.
onRequestAddFriendComplete(int, String) - Method in interface com.github.gorbin.asne.core.listener.OnRequestAddFriendCompleteListener
Called when invite friend request complete.
OnRequestAddFriendCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when invite friend request complete.
OnRequestDetailedSocialPersonCompleteListener<T extends SocialPerson> - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when detailed social person request complete.
onRequestDetailedSocialPersonSuccess(int, T) - Method in interface com.github.gorbin.asne.core.listener.OnRequestDetailedSocialPersonCompleteListener
Called when detailed social person request complete.
OnRequestGetFriendsCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when friends list request complete.
onRequestRemoveFriendComplete(int, String) - Method in interface com.github.gorbin.asne.core.listener.OnRequestRemoveFriendCompleteListener
Called when remove friend request complete.
OnRequestRemoveFriendCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when remove friend request complete.
OnRequestSocialPersonCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when social person request complete.
OnRequestSocialPersonsCompleteListener - Interface in com.github.gorbin.asne.core.listener
Interface definition for a callback to be invoked when array of social person request complete.
onRequestSocialPersonsSuccess(int, ArrayList<SocialPerson>) - Method in interface com.github.gorbin.asne.core.listener.OnRequestSocialPersonsCompleteListener
Called when array of social person request complete.
onRequestSocialPersonSuccess(int, SocialPerson) - Method in interface com.github.gorbin.asne.core.listener.OnRequestSocialPersonCompleteListener
Called when social person request complete.
onResume() - Method in class com.github.gorbin.asne.core.SocialNetwork
Called after onRestoreInstanceState(Bundle), onRestart(), or onPause(), for your activity to start interacting with the user.
onResume() - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Called after onRestoreInstanceState(Bundle), onRestart(), or onPause(), for your activity to start interacting with the user.
onResume() - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
Overrided for facebook connect in resume activity
onResume() - Method in class com.github.gorbin.asne.vk.VkSocialNetwork
Overrided for VK support
onSaveInstanceState(Bundle) - Method in class com.github.gorbin.asne.core.SocialNetwork
Called to retrieve per-instance state from an activity before being killed so that the state can be restored in onCreate(Bundle) or onRestoreInstanceState(Bundle) (the Bundle populated by this method will be passed to both).
onSaveInstanceState(Bundle) - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Called to retrieve per-instance state from an activity before being killed so that the state can be restored in onCreate(Bundle) or onRestoreInstanceState(Bundle) (the Bundle populated by this method will be passed to both).
onSaveInstanceState(Bundle) - Method in class com.github.gorbin.asne.facebook.FacebookSocialNetwork
Overrided for facebook
onSocialNetworkManagerInitialized() - Method in interface com.github.gorbin.asne.core.SocialNetworkManager.OnInitializationCompleteListener
Listener for initialized social networks from SocialNetworkManager
onStart() - Method in class com.github.gorbin.asne.core.SocialNetwork
Called after onCreate(Bundle) — or after onRestart() when the activity had been stopped, but is now again being displayed to the user.
onStart() - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Called after onCreate(Bundle) — or after onRestart() when the activity had been stopped, but is now again being displayed to the user.
onStart() - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
Overrided for Google plus
onStop() - Method in class com.github.gorbin.asne.core.SocialNetwork
Called when you are no longer visible to the user.
onStop() - Method in class com.github.gorbin.asne.core.SocialNetworkManager
Called when you are no longer visible to the user.
onStop() - Method in class com.github.gorbin.asne.googleplus.GooglePlusSocialNetwork
Overrided for Google plus
onSuccess(String) - Method in class com.github.gorbin.asne.odnoklassniki.OkSocialNetwork
Called after successful authorization
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links