- Callback<T> - Class in com.twitter.sdk.android.core
-
Communicates responses from a server or offline requests.
- Callback() - Constructor for class com.twitter.sdk.android.core.Callback
-
- Callbacks() - Constructor for class com.twitter.sdk.android.core.internal.ActivityLifecycleManager.Callbacks
-
- cancelAuthorize() - Method in class com.twitter.sdk.android.core.identity.TwitterAuthClient
-
Cancels any pending authorization request
- Card - Class in com.twitter.sdk.android.core.models
-
- Card(BindingValues, String) - Constructor for class com.twitter.sdk.android.core.models.Card
-
- card - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- clear() - Method in interface com.twitter.sdk.android.core.internal.persistence.PersistenceStrategy
-
- clear() - Method in class com.twitter.sdk.android.core.internal.persistence.PreferenceStoreStrategy
-
- clearActiveSession() - Method in class com.twitter.sdk.android.core.PersistedSessionManager
-
Clears the active session.
- clearActiveSession() - Method in interface com.twitter.sdk.android.core.SessionManager
-
Clears the active session.
- clearSession(long) - Method in class com.twitter.sdk.android.core.PersistedSessionManager
-
Clears the session associated with the id.
- clearSession(long) - Method in interface com.twitter.sdk.android.core.SessionManager
-
Clears the session associated with the id.
- CLIENT_NOT_PRIVILEGED - Static variable in class com.twitter.sdk.android.core.TwitterApiErrorConstants
-
- closeOrLog(Closeable, String) - Static method in class com.twitter.sdk.android.core.internal.CommonUtils
-
Closes a Closeable, ignoring any IOExceptions raised in the process.
- closeQuietly(Closeable) - Static method in class com.twitter.sdk.android.core.internal.CommonUtils
-
- code - Variable in class com.twitter.sdk.android.core.models.ApiError
-
- collection(String, Integer, Long, Long) - Method in interface com.twitter.sdk.android.core.services.CollectionService
-
Retrieve the identified TwitterCollection, presented as a list of the curated Tweets.
- CollectionService - Interface in com.twitter.sdk.android.core.services
-
- com.twitter.sdk.android.core - package com.twitter.sdk.android.core
-
- com.twitter.sdk.android.core.identity - package com.twitter.sdk.android.core.identity
-
- com.twitter.sdk.android.core.internal - package com.twitter.sdk.android.core.internal
-
- com.twitter.sdk.android.core.internal.network - package com.twitter.sdk.android.core.internal.network
-
- com.twitter.sdk.android.core.internal.oauth - package com.twitter.sdk.android.core.internal.oauth
-
- com.twitter.sdk.android.core.internal.persistence - package com.twitter.sdk.android.core.internal.persistence
-
- com.twitter.sdk.android.core.models - package com.twitter.sdk.android.core.models
-
- com.twitter.sdk.android.core.services - package com.twitter.sdk.android.core.services
-
- com.twitter.sdk.android.core.services.params - package com.twitter.sdk.android.core.services.params
-
- CommonUtils - Class in com.twitter.sdk.android.core.internal
-
- CommonUtils() - Constructor for class com.twitter.sdk.android.core.internal.CommonUtils
-
- completedIn - Variable in class com.twitter.sdk.android.core.models.SearchMetadata
-
- Configuration - Class in com.twitter.sdk.android.core.models
-
Current configuration used by Twitter
- Configuration(int, List<String>, long, MediaEntity.Sizes, int) - Constructor for class com.twitter.sdk.android.core.models.Configuration
-
- configuration() - Method in interface com.twitter.sdk.android.core.services.ConfigurationService
-
Returns the current configuration used by Twitter including twitter.com slugs which are not
user names, maximum photo resolutions, and t.co URL lengths.
- ConfigurationService - Interface in com.twitter.sdk.android.core.services
-
- containsKey(String) - Method in class com.twitter.sdk.android.core.models.BindingValues
-
Returns true if specified key exists.
- Content(Map<Long, Tweet>, Map<Long, User>) - Constructor for class com.twitter.sdk.android.core.models.TwitterCollection.Content
-
- contents - Variable in class com.twitter.sdk.android.core.models.TwitterCollection
-
- contentType - Variable in class com.twitter.sdk.android.core.models.VideoInfo.Variant
-
- contributorsEnabled - Variable in class com.twitter.sdk.android.core.models.User
-
Indicates that the user has an account with "contributor mode" enabled, allowing for Tweets
issued by the user to be co-authored by another account.
- Coordinates - Class in com.twitter.sdk.android.core.models
-
Represents coordinates of a Tweet's location.
- Coordinates(Double, Double, String) - Constructor for class com.twitter.sdk.android.core.models.Coordinates
-
- coordinates - Variable in class com.twitter.sdk.android.core.models.Coordinates
-
The longitude and latitude of the Tweet's location, as an collection in the form of
[longitude, latitude].
- coordinates - Variable in class com.twitter.sdk.android.core.models.Place.BoundingBox
-
A series of longitude and latitude points, defining a box which will contain the Place
entity this bounding box is related to.
- coordinates - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- copy(Tweet) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- copyStream(InputStream, OutputStream, byte[]) - Static method in class com.twitter.sdk.android.core.internal.CommonUtils
-
Copies all available data from the InputStream into the OutputStream, using the
provided buffer.
- COULD_NOT_AUTHENTICATE - Static variable in class com.twitter.sdk.android.core.TwitterApiErrorConstants
-
- count - Variable in class com.twitter.sdk.android.core.models.SearchMetadata
-
- country - Variable in class com.twitter.sdk.android.core.models.Place
-
Name of the country containing this place.
- countryCode - Variable in class com.twitter.sdk.android.core.models.Place
-
Shortened country code representing the country containing this place.
- create(Gson, <any>) - Method in class com.twitter.sdk.android.core.models.SafeListAdapter
-
- create(Gson, <any>) - Method in class com.twitter.sdk.android.core.models.SafeMapAdapter
-
- create(Long, Boolean) - Method in interface com.twitter.sdk.android.core.services.FavoriteService
-
Favorites the status specified in the ID parameter as the authenticating user.
- createdAt - Variable in class com.twitter.sdk.android.core.AuthToken
-
Unit time or epoch time when the token was created (always in UTC).
- createdAt - Variable in class com.twitter.sdk.android.core.models.Tweet
-
UTC time when this Tweet was created.
- createdAt - Variable in class com.twitter.sdk.android.core.models.User
-
The UTC datetime that the user account was created on Twitter.
- CREATOR - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuth2Token
-
- CREATOR - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthResponse
-
- CREATOR - Static variable in class com.twitter.sdk.android.core.TwitterAuthConfig
-
- CREATOR - Static variable in class com.twitter.sdk.android.core.TwitterAuthToken
-
- CurrentTimeProvider - Interface in com.twitter.sdk.android.core.internal
-
Internal interface representing a time source.
- currentUserRetweet - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Perspectival.
- Geocode - Class in com.twitter.sdk.android.core.services.params
-
The parameter value is specified by "latitude,longitude,radius", where radius units must be
specified as either "mi" (miles) or "km" (kilometers).
- Geocode(double, double, int, Geocode.Distance) - Constructor for class com.twitter.sdk.android.core.services.params.Geocode
-
- Geocode.Distance - Enum in com.twitter.sdk.android.core.services.params
-
- geoEnabled - Variable in class com.twitter.sdk.android.core.models.User
-
When true, indicates that the user has enabled the possibility of geotagging their Tweets.
- get() - Method in interface com.twitter.sdk.android.core.internal.persistence.PreferenceStore
-
- get() - Method in class com.twitter.sdk.android.core.internal.persistence.PreferenceStoreImpl
-
- get(String) - Method in class com.twitter.sdk.android.core.models.BindingValues
-
Returns the value for the specified key.
- getAccessToken() - Method in class com.twitter.sdk.android.core.internal.oauth.OAuth2Token
-
- getAccountService(TwitterSession) - Method in class com.twitter.sdk.android.core.internal.TwitterSessionVerifier.AccountServiceProvider
-
- getAccountService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
- getActiveSession() - Method in class com.twitter.sdk.android.core.PersistedSessionManager
-
- getActiveSession() - Method in interface com.twitter.sdk.android.core.SessionManager
-
- getActivity() - Method in class com.twitter.sdk.android.core.identity.TwitterLoginButton
-
Gets the activity.
- getActivityLifecycleManager() - Method in class com.twitter.sdk.android.core.Twitter
-
- getApiClient() - Method in class com.twitter.sdk.android.core.TwitterCore
-
- getApiClient(TwitterSession) - Method in class com.twitter.sdk.android.core.TwitterCore
-
- getAuthConfig() - Method in class com.twitter.sdk.android.core.TwitterCore
-
- getAuthorizationHeader(TwitterAuthConfig, TwitterAuthToken, String, String, String, Map<String, String>) - Method in class com.twitter.sdk.android.core.internal.oauth.OAuth1aHeaders
-
Gets authorization header for inclusion in HTTP request headers.
- getAuthorizationHeader(String, String, Map<String, String>) - Method in class com.twitter.sdk.android.core.OAuthSigning
-
Gets authorization header for inclusion in HTTP request headers.
- getAuthorizeUrl(TwitterAuthToken) - Method in class com.twitter.sdk.android.core.internal.oauth.OAuth1aService
-
- getAuthToken() - Method in class com.twitter.sdk.android.core.Session
-
- getBaseHostUrl() - Method in class com.twitter.sdk.android.core.internal.TwitterApi
-
- getBooleanResourceValue(Context, String, boolean) - Static method in class com.twitter.sdk.android.core.internal.CommonUtils
-
Gets a value for a boolean resource by its name.
- getCacheDir() - Method in interface com.twitter.sdk.android.core.internal.persistence.FileStore
-
- getCacheDir() - Method in class com.twitter.sdk.android.core.internal.persistence.FileStoreImpl
-
- getCallback() - Method in class com.twitter.sdk.android.core.identity.TwitterLoginButton
-
- getCertificatePinner() - Static method in class com.twitter.sdk.android.core.internal.network.OkHttpClientHelper
-
- getCollectionService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
Use CollectionTimeline directly, CollectionService is expected to change.
- getConfigurationService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
- getConsumerKey() - Method in class com.twitter.sdk.android.core.TwitterAuthConfig
-
- getConsumerSecret() - Method in class com.twitter.sdk.android.core.TwitterAuthConfig
-
- getContext(String) - Method in class com.twitter.sdk.android.core.Twitter
-
- getCurrentSession() - Method in class com.twitter.sdk.android.core.GuestSessionProvider
-
- getCurrentTimeMillis() - Method in interface com.twitter.sdk.android.core.internal.CurrentTimeProvider
-
- getCurrentTimeMillis() - Method in class com.twitter.sdk.android.core.internal.SystemCurrentTimeProvider
-
- getCustomOkHttpClient(OkHttpClient, GuestSessionProvider) - Static method in class com.twitter.sdk.android.core.internal.network.OkHttpClientHelper
-
- getCustomOkHttpClient(OkHttpClient, Session<? extends TwitterAuthToken>, TwitterAuthConfig) - Static method in class com.twitter.sdk.android.core.internal.network.OkHttpClientHelper
-
- getErrorCode() - Method in exception com.twitter.sdk.android.core.TwitterApiException
-
Error code returned by API request.
- getErrorMessage() - Method in exception com.twitter.sdk.android.core.TwitterApiException
-
Error message returned by API request.
- getExecutorService() - Method in class com.twitter.sdk.android.core.Twitter
-
- getExternalCacheDir() - Method in interface com.twitter.sdk.android.core.internal.persistence.FileStore
-
- getExternalCacheDir() - Method in class com.twitter.sdk.android.core.internal.persistence.FileStoreImpl
-
Requires Manifest.permission.WRITE_EXTERNAL_STORAGE
- getExternalFilesDir() - Method in interface com.twitter.sdk.android.core.internal.persistence.FileStore
-
- getExternalFilesDir() - Method in class com.twitter.sdk.android.core.internal.persistence.FileStoreImpl
-
Requires Manifest.permission.WRITE_EXTERNAL_STORAGE
- getFavoriteService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
- getFilesDir() - Method in interface com.twitter.sdk.android.core.internal.persistence.FileStore
-
- getFilesDir() - Method in class com.twitter.sdk.android.core.internal.persistence.FileStoreImpl
-
- getGuestApiClient() - Method in class com.twitter.sdk.android.core.TwitterCore
-
- getGuestSessionProvider() - Method in class com.twitter.sdk.android.core.TwitterCore
-
- getGuestToken() - Method in class com.twitter.sdk.android.core.internal.oauth.GuestAuthToken
-
- getId() - Method in interface com.twitter.sdk.android.core.models.Identifiable
-
Returns the id.
- getId() - Method in class com.twitter.sdk.android.core.models.Tweet
-
- getId() - Method in class com.twitter.sdk.android.core.models.User
-
- getId() - Method in class com.twitter.sdk.android.core.Session
-
- getIdentifier() - Method in class com.twitter.sdk.android.core.TwitterCore
-
- getImageValue(Card) - Static method in class com.twitter.sdk.android.core.internal.VineCardUtils
-
- getInstance() - Static method in class com.twitter.sdk.android.core.Twitter
-
- getInstance() - Static method in class com.twitter.sdk.android.core.TwitterCore
-
- getLatitude() - Method in class com.twitter.sdk.android.core.models.Coordinates
-
- getLimit() - Method in class com.twitter.sdk.android.core.TwitterRateLimit
-
Returns the rate limit ceiling for that given request
- getListService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
- getLogger() - Static method in class com.twitter.sdk.android.core.Twitter
-
- getLogLevel() - Method in class com.twitter.sdk.android.core.DefaultLogger
-
- getLogLevel() - Method in interface com.twitter.sdk.android.core.Logger
-
- getLongitude() - Method in class com.twitter.sdk.android.core.models.Coordinates
-
- getMediaService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
- getOAuthEchoHeaders(TwitterAuthConfig, TwitterAuthToken, String, String, String, Map<String, String>) - Method in class com.twitter.sdk.android.core.internal.oauth.OAuth1aHeaders
-
- getOAuthEchoHeaders(String, String, Map<String, String>) - Method in class com.twitter.sdk.android.core.OAuthSigning
-
Returns OAuth Echo header using given parameters.
- getOAuthEchoHeadersForVerifyCredentials() - Method in class com.twitter.sdk.android.core.OAuthSigning
-
- getOkHttpClient(GuestSessionProvider) - Static method in class com.twitter.sdk.android.core.internal.network.OkHttpClientHelper
-
- getOkHttpClient(Session<? extends TwitterAuthToken>, TwitterAuthConfig) - Static method in class com.twitter.sdk.android.core.internal.network.OkHttpClientHelper
-
- getProfileImageUrlHttps(User, UserUtils.AvatarSize) - Static method in class com.twitter.sdk.android.core.internal.UserUtils
-
- getPublisherId(Card) - Static method in class com.twitter.sdk.android.core.internal.VineCardUtils
-
- getQueryParams(URI, boolean) - Static method in class com.twitter.sdk.android.core.internal.network.UrlUtils
-
- getQueryParams(String, boolean) - Static method in class com.twitter.sdk.android.core.internal.network.UrlUtils
-
- getRemaining() - Method in class com.twitter.sdk.android.core.TwitterRateLimit
-
Returns the number of requests left for the 15 minute window
- getRequestCode() - Method in class com.twitter.sdk.android.core.identity.TwitterAuthClient
-
- getRequestCode() - Method in class com.twitter.sdk.android.core.TwitterAuthConfig
-
- getReset() - Method in class com.twitter.sdk.android.core.TwitterRateLimit
-
Returns epoch time that rate limit reset will happen.
- getResponse() - Method in exception com.twitter.sdk.android.core.TwitterApiException
-
- getSafeList(List<T>) - Static method in class com.twitter.sdk.android.core.models.ModelUtils
-
- getSafeMap(Map<K, V>) - Static method in class com.twitter.sdk.android.core.models.ModelUtils
-
- getSearchService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
- getService(Class<T>) - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
Converts Retrofit style interface into instance for API access
- getSession(long) - Method in class com.twitter.sdk.android.core.PersistedSessionManager
-
- getSession(long) - Method in interface com.twitter.sdk.android.core.SessionManager
-
- getSessionManager() - Method in class com.twitter.sdk.android.core.TwitterCore
-
- getSessionMap() - Method in class com.twitter.sdk.android.core.PersistedSessionManager
-
- getSessionMap() - Method in interface com.twitter.sdk.android.core.SessionManager
-
- getStatusCode() - Method in exception com.twitter.sdk.android.core.TwitterApiException
-
- getStatusesService() - Method in class com.twitter.sdk.android.core.TwitterApiClient
-
- getStreamUrl(Card) - Static method in class com.twitter.sdk.android.core.internal.VineCardUtils
-
- getStringResourceValue(Context, String, String) - Static method in class com.twitter.sdk.android.core.internal.CommonUtils
-
Gets a value for a string resource by its name.
- getTokenType() - Method in class com.twitter.sdk.android.core.internal.oauth.OAuth2Token
-
- getTwitterAuthConfig() - Method in class com.twitter.sdk.android.core.Twitter
-
- getTwitterRateLimit() - Method in exception com.twitter.sdk.android.core.TwitterApiException
-
- getUserId() - Method in class com.twitter.sdk.android.core.TwitterSession
-
- getUserName() - Method in class com.twitter.sdk.android.core.TwitterSession
-
- getVersion() - Method in class com.twitter.sdk.android.core.TwitterCore
-
- GRANT_TYPE_CLIENT_CREDENTIALS - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- GUEST_AUTH_ERROR_CODE - Static variable in class com.twitter.sdk.android.core.internal.TwitterApiConstants.Errors
-
- GuestAuthenticator - Class in com.twitter.sdk.android.core.internal.network
-
Refreshes guest auth session when server indicates session is expired.
- GuestAuthenticator(GuestSessionProvider) - Constructor for class com.twitter.sdk.android.core.internal.network.GuestAuthenticator
-
- GuestAuthInterceptor - Class in com.twitter.sdk.android.core.internal.network
-
Signs requests with OAuth2 signature.
- GuestAuthInterceptor(GuestSessionProvider) - Constructor for class com.twitter.sdk.android.core.internal.network.GuestAuthInterceptor
-
- GuestAuthNetworkInterceptor - Class in com.twitter.sdk.android.core.internal.network
-
The Twitter API uses HTTP status code of 403 to indicate guest session needs to be refreshed.
- GuestAuthNetworkInterceptor() - Constructor for class com.twitter.sdk.android.core.internal.network.GuestAuthNetworkInterceptor
-
- GuestAuthToken - Class in com.twitter.sdk.android.core.internal.oauth
-
- GuestAuthToken(String, String, String) - Constructor for class com.twitter.sdk.android.core.internal.oauth.GuestAuthToken
-
- GuestAuthToken(String, String, String, long) - Constructor for class com.twitter.sdk.android.core.internal.oauth.GuestAuthToken
-
- GuestSession - Class in com.twitter.sdk.android.core
-
- GuestSession(GuestAuthToken) - Constructor for class com.twitter.sdk.android.core.GuestSession
-
- GuestSession.Serializer - Class in com.twitter.sdk.android.core
-
- GuestSessionProvider - Class in com.twitter.sdk.android.core
-
- GuestSessionProvider(OAuth2Service, SessionManager<GuestSession>) - Constructor for class com.twitter.sdk.android.core.GuestSessionProvider
-
- i(String, String, Throwable) - Method in class com.twitter.sdk.android.core.DefaultLogger
-
- i(String, String) - Method in class com.twitter.sdk.android.core.DefaultLogger
-
- i(String, String, Throwable) - Method in interface com.twitter.sdk.android.core.Logger
-
- i(String, String) - Method in interface com.twitter.sdk.android.core.Logger
-
- id - Variable in class com.twitter.sdk.android.core.models.MediaEntity
-
ID of the media expressed as a 64-bit integer.
- id - Variable in class com.twitter.sdk.android.core.models.MentionEntity
-
ID of the mentioned user, as an integer.
- id - Variable in class com.twitter.sdk.android.core.models.Place
-
ID representing this place.
- id - Variable in class com.twitter.sdk.android.core.models.Tweet
-
The integer representation of the unique identifier for this Tweet.
- id - Variable in class com.twitter.sdk.android.core.models.TwitterCollection.TimelineItem.TweetItem
-
A Tweet id.
- id - Variable in class com.twitter.sdk.android.core.models.User
-
The integer representation of the unique identifier for this User.
- Identifiable - Interface in com.twitter.sdk.android.core.models
-
Identifiable is an abstraction of types with long identifiers.
- identifier - Variable in enum com.twitter.sdk.android.core.services.params.Geocode.Distance
-
- idStr - Variable in class com.twitter.sdk.android.core.models.MediaEntity
-
ID of the media expressed as a string.
- idStr - Variable in class com.twitter.sdk.android.core.models.MentionEntity
-
ID of the mentioned user, as a string.
- idStr - Variable in class com.twitter.sdk.android.core.models.Tweet
-
The string representation of the unique identifier for this Tweet.
- idStr - Variable in class com.twitter.sdk.android.core.models.User
-
The string representation of the unique identifier for this User.
- idStr - Variable in class com.twitter.sdk.android.core.models.UserValue
-
- Image - Class in com.twitter.sdk.android.core.models
-
Represents an image which has been uploaded to Twitter.
- Image(int, int, String) - Constructor for class com.twitter.sdk.android.core.models.Image
-
- image - Variable in class com.twitter.sdk.android.core.models.Media
-
- imageType - Variable in class com.twitter.sdk.android.core.models.Image
-
- ImageValue - Class in com.twitter.sdk.android.core.models
-
- ImageValue(int, int, String, String) - Constructor for class com.twitter.sdk.android.core.models.ImageValue
-
- INDEX_LATITUDE - Static variable in class com.twitter.sdk.android.core.models.Coordinates
-
- INDEX_LONGITUDE - Static variable in class com.twitter.sdk.android.core.models.Coordinates
-
- initialize(Context) - Static method in class com.twitter.sdk.android.core.Twitter
-
Entry point to initialize the TwitterKit SDK.
- initialize(TwitterConfig) - Static method in class com.twitter.sdk.android.core.Twitter
-
Entry point to initialize the TwitterKit SDK.
- inReplyToScreenName - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- inReplyToStatusId - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- inReplyToStatusIdStr - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- inReplyToUserId - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- inReplyToUserIdStr - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- IntentUtils - Class in com.twitter.sdk.android.core
-
- IntentUtils() - Constructor for class com.twitter.sdk.android.core.IntentUtils
-
- intercept(Chain) - Method in class com.twitter.sdk.android.core.internal.network.GuestAuthInterceptor
-
- intercept(Chain) - Method in class com.twitter.sdk.android.core.internal.network.GuestAuthNetworkInterceptor
-
- intercept(Chain) - Method in class com.twitter.sdk.android.core.internal.network.OAuth1aInterceptor
-
- INVALID_ID - Static variable in class com.twitter.sdk.android.core.models.Tweet
-
- INVALID_ID - Static variable in class com.twitter.sdk.android.core.models.User
-
- isActivityAvailable(Context, Intent) - Static method in class com.twitter.sdk.android.core.IntentUtils
-
- isDebug() - Static method in class com.twitter.sdk.android.core.Twitter
-
- isExpired() - Method in class com.twitter.sdk.android.core.AuthToken
-
Determines whether a token is known to have expired.
- isExpired() - Method in class com.twitter.sdk.android.core.internal.oauth.GuestAuthToken
-
- isExpired() - Method in class com.twitter.sdk.android.core.internal.oauth.OAuth2Token
-
- isExpired() - Method in class com.twitter.sdk.android.core.TwitterAuthToken
-
- isLoggable(String, int) - Method in class com.twitter.sdk.android.core.DefaultLogger
-
- isLoggable(String, int) - Method in interface com.twitter.sdk.android.core.Logger
-
- isTranslator - Variable in class com.twitter.sdk.android.core.models.User
-
When true, indicates that the user is a participant in Twitter's translator community.
- isVine(Card) - Static method in class com.twitter.sdk.android.core.internal.VineCardUtils
-
- PAGE_NOT_EXIST - Static variable in class com.twitter.sdk.android.core.TwitterApiErrorConstants
-
- PARAM_CALLBACK - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_CONSUMER_KEY - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_GRANT_TYPE - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_NONCE - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_SIGNATURE - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_SIGNATURE_METHOD - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_TIMESTAMP - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_TOKEN - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_TOKEN_SECRET - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_VERIFIER - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- PARAM_VERSION - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuthConstants
-
- parseAuthResponse(String) - Static method in class com.twitter.sdk.android.core.internal.oauth.OAuth1aService
-
- percentEncode(String) - Static method in class com.twitter.sdk.android.core.internal.network.UrlUtils
-
Percent encodes by doing the following:
1) url encode string using UTF8
2) apply additional encoding to string, replacing:
"*" => "%2A"
"+" => "%20"
"%7E" => "~"
- PersistedSessionManager<T extends Session> - Class in com.twitter.sdk.android.core
-
- PersistedSessionManager(PreferenceStore, SerializationStrategy<T>, String, String) - Constructor for class com.twitter.sdk.android.core.PersistedSessionManager
-
- PersistenceStrategy<T> - Interface in com.twitter.sdk.android.core.internal.persistence
-
- photoSizeLimit - Variable in class com.twitter.sdk.android.core.models.Configuration
-
Maximum size in bytes for the media file.
- photoSizes - Variable in class com.twitter.sdk.android.core.models.Configuration
-
Maximum resolution for the media files.
- Place - Class in com.twitter.sdk.android.core.models
-
A place is a specific, named location with corresponding geo coordinates.
- Place(Map<String, String>, Place.BoundingBox, String, String, String, String, String, String, String) - Constructor for class com.twitter.sdk.android.core.models.Place
-
- place - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- Place.BoundingBox - Class in com.twitter.sdk.android.core.models
-
- placeType - Variable in class com.twitter.sdk.android.core.models.Place
-
The type of location represented by this place.
- PLAYER_CARD - Static variable in class com.twitter.sdk.android.core.internal.VineCardUtils
-
- position - Variable in class com.twitter.sdk.android.core.models.TwitterCollection.Metadata
-
- Position(Long, Long) - Constructor for class com.twitter.sdk.android.core.models.TwitterCollection.Metadata.Position
-
- possiblySensitive - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Nullable.
- PreferenceStore - Interface in com.twitter.sdk.android.core.internal.persistence
-
- PreferenceStoreImpl - Class in com.twitter.sdk.android.core.internal.persistence
-
- PreferenceStoreImpl(Context, String) - Constructor for class com.twitter.sdk.android.core.internal.persistence.PreferenceStoreImpl
-
- PreferenceStoreStrategy<T> - Class in com.twitter.sdk.android.core.internal.persistence
-
- PreferenceStoreStrategy(PreferenceStore, SerializationStrategy<T>, String) - Constructor for class com.twitter.sdk.android.core.internal.persistence.PreferenceStoreStrategy
-
- profileBackgroundColor - Variable in class com.twitter.sdk.android.core.models.User
-
The hexadecimal color chosen by the user for their background.
- profileBackgroundImageUrl - Variable in class com.twitter.sdk.android.core.models.User
-
A HTTP-based URL pointing to the background image the user has uploaded for their profile.
- profileBackgroundImageUrlHttps - Variable in class com.twitter.sdk.android.core.models.User
-
A HTTPS-based URL pointing to the background image the user has uploaded for their profile.
- profileBackgroundTile - Variable in class com.twitter.sdk.android.core.models.User
-
When true, indicates that the user's profile_background_image_url should be tiled when
displayed.
- profileBannerUrl - Variable in class com.twitter.sdk.android.core.models.User
-
The HTTPS-based URL pointing to the standard web representation of the user's uploaded
profile banner.
- profileImageUrl - Variable in class com.twitter.sdk.android.core.models.User
-
A HTTP-based URL pointing to the user's avatar image.
- profileImageUrlHttps - Variable in class com.twitter.sdk.android.core.models.User
-
A HTTPS-based URL pointing to the user's avatar image.
- profileLinkColor - Variable in class com.twitter.sdk.android.core.models.User
-
The hexadecimal color the user has chosen to display links with in their Twitter UI.
- profileSidebarBorderColor - Variable in class com.twitter.sdk.android.core.models.User
-
The hexadecimal color the user has chosen to display sidebar borders with in their Twitter
UI.
- profileSidebarFillColor - Variable in class com.twitter.sdk.android.core.models.User
-
The hexadecimal color the user has chosen to display sidebar backgrounds with in their
Twitter UI.
- profileTextColor - Variable in class com.twitter.sdk.android.core.models.User
-
The hexadecimal color the user has chosen to display text with in their Twitter UI.
- profileUseBackgroundImage - Variable in class com.twitter.sdk.android.core.models.User
-
When true, indicates the user wants their uploaded background image to be used.
- protectedUser - Variable in class com.twitter.sdk.android.core.models.User
-
When true, indicates that this user has chosen to protect their Tweets.
- SafeListAdapter - Class in com.twitter.sdk.android.core.models
-
- SafeListAdapter() - Constructor for class com.twitter.sdk.android.core.models.SafeListAdapter
-
- SafeMapAdapter - Class in com.twitter.sdk.android.core.models
-
- SafeMapAdapter() - Constructor for class com.twitter.sdk.android.core.models.SafeMapAdapter
-
- safeStartActivity(Context, Intent) - Static method in class com.twitter.sdk.android.core.IntentUtils
-
- save(T) - Method in interface com.twitter.sdk.android.core.internal.persistence.PersistenceStrategy
-
- save(SharedPreferences.Editor) - Method in interface com.twitter.sdk.android.core.internal.persistence.PreferenceStore
-
- save(SharedPreferences.Editor) - Method in class com.twitter.sdk.android.core.internal.persistence.PreferenceStoreImpl
-
Apply thread safe saves based on Android API level
- save(T) - Method in class com.twitter.sdk.android.core.internal.persistence.PreferenceStoreStrategy
-
- scopes - Variable in class com.twitter.sdk.android.core.models.Tweet
-
A set of key-value pairs indicating the intended contextual delivery of the containing Tweet.
- screenName - Variable in class com.twitter.sdk.android.core.models.MentionEntity
-
Screen name of the referenced user.
- screenName - Variable in class com.twitter.sdk.android.core.models.User
-
The screen name, handle, or alias that this user identifies themselves with.
- Search - Class in com.twitter.sdk.android.core.models
-
Collection of relevant Tweets matching a specified query.
- Search(List<Tweet>, SearchMetadata) - Constructor for class com.twitter.sdk.android.core.models.Search
-
- searchMetadata - Variable in class com.twitter.sdk.android.core.models.Search
-
- SearchMetadata - Class in com.twitter.sdk.android.core.models
-
- SearchMetadata(int, int, String, String, int, double, String, String, String) - Constructor for class com.twitter.sdk.android.core.models.SearchMetadata
-
- SearchService - Interface in com.twitter.sdk.android.core.services
-
- secret - Variable in class com.twitter.sdk.android.core.TwitterAuthToken
-
- SerializationStrategy<T> - Interface in com.twitter.sdk.android.core.internal.persistence
-
- serialize(AuthToken, Type, JsonSerializationContext) - Method in class com.twitter.sdk.android.core.AuthTokenAdapter
-
- serialize(GuestSession) - Method in class com.twitter.sdk.android.core.GuestSession.Serializer
-
- serialize(T) - Method in interface com.twitter.sdk.android.core.internal.persistence.SerializationStrategy
-
- serialize(BindingValues, Type, JsonSerializationContext) - Method in class com.twitter.sdk.android.core.models.BindingValuesAdapter
-
- Serializer() - Constructor for class com.twitter.sdk.android.core.GuestSession.Serializer
-
- Session<T extends AuthToken> - Class in com.twitter.sdk.android.core
-
Base class for session associated with
AuthToken.
- Session(T, long) - Constructor for class com.twitter.sdk.android.core.Session
-
- SessionManager<T extends Session> - Interface in com.twitter.sdk.android.core
-
SessionManager for managing sessions.
- SessionMonitor<T extends Session> - Class in com.twitter.sdk.android.core.internal
-
A session monitor for validating sessions.
- SessionMonitor(SessionManager<T>, ExecutorService, SessionVerifier<T>) - Constructor for class com.twitter.sdk.android.core.internal.SessionMonitor
-
- SessionMonitor.MonitorState - Class in com.twitter.sdk.android.core.internal
-
Encapsulates time based state that rate limits our calls to the verification api.
- SessionVerifier<T extends Session> - Interface in com.twitter.sdk.android.core.internal
-
- setActiveSession(T) - Method in class com.twitter.sdk.android.core.PersistedSessionManager
-
Sets the active session.
- setActiveSession(T) - Method in interface com.twitter.sdk.android.core.SessionManager
-
Sets the active session.
- setCallback(Callback<TwitterSession>) - Method in class com.twitter.sdk.android.core.identity.TwitterLoginButton
-
Sets the
Callback to invoke when login completes.
- setCard(Card) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setContributorsEnabled(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setCoordinates(Coordinates) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setCreatedAt(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setCreatedAt(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setCurrentUserRetweet(Object) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setDefaultProfile(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setDefaultProfileImage(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setDescription(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setDisplayTextRange(List<Integer>) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setEmail(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setEntities(TweetEntities) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setEntities(UserEntities) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setExtendedEntities(TweetEntities) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setFavoriteCount(Integer) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setFavorited(boolean) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setFavouritesCount(int) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setFilterLevel(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setFollowersCount(int) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setFollowRequestSent(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setFriendsCount(int) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setGeoEnabled(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setId(long) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setId(long) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setIdStr(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setIdStr(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setInReplyToScreenName(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setInReplyToStatusId(long) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setInReplyToStatusIdStr(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setInReplyToUserId(long) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setInReplyToUserIdStr(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setIsTranslator(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setLang(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setLang(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setListedCount(int) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setLocation(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setLogLevel(int) - Method in class com.twitter.sdk.android.core.DefaultLogger
-
- setLogLevel(int) - Method in interface com.twitter.sdk.android.core.Logger
-
- setName(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setOnClickListener(View.OnClickListener) - Method in class com.twitter.sdk.android.core.identity.TwitterLoginButton
-
- setPlace(Place) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setPossiblySensitive(boolean) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setProfileBackgroundColor(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileBackgroundImageUrl(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileBackgroundImageUrlHttps(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileBackgroundTile(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileBannerUrl(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileImageUrl(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileImageUrlHttps(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileLinkColor(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileSidebarBorderColor(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileSidebarFillColor(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileTextColor(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProfileUseBackgroundImage(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setProtectedUser(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setQuotedStatus(Tweet) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setQuotedStatusId(long) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setQuotedStatusIdStr(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setRetweetCount(int) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setRetweeted(boolean) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setRetweetedStatus(Tweet) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setScopes(Object) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setScreenName(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setSession(long, T) - Method in class com.twitter.sdk.android.core.PersistedSessionManager
-
Sets the session to associate with the id.
- setSession(long, T) - Method in interface com.twitter.sdk.android.core.SessionManager
-
Sets the session to associate with the id.
- setShowAllInlineMedia(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setSource(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setStatus(Tweet) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setStatusesCount(int) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setText(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setTimeZone(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setTruncated(boolean) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setUrl(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setUser(User) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setUtcOffset(int) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setVerified(boolean) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setWithheldCopyright(boolean) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setWithheldInCountries(List<String>) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setWithheldInCountries(List<String>) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- setWithheldScope(String) - Method in class com.twitter.sdk.android.core.models.TweetBuilder
-
- setWithheldScope(String) - Method in class com.twitter.sdk.android.core.models.UserBuilder
-
- shortUrlLengthHttps - Variable in class com.twitter.sdk.android.core.models.Configuration
-
Current t.co URL length
- show(Long, Boolean, Boolean, Boolean) - Method in interface com.twitter.sdk.android.core.services.StatusesService
-
Returns a single Tweet, specified by the id parameter.
- showAllInlineMedia - Variable in class com.twitter.sdk.android.core.models.User
-
Indicates that the user would like to see media inline.
- sinceId - Variable in class com.twitter.sdk.android.core.models.SearchMetadata
-
- sinceIdStr - Variable in class com.twitter.sdk.android.core.models.SearchMetadata
-
- size - Variable in class com.twitter.sdk.android.core.models.Media
-
- Size(int, int, String) - Constructor for class com.twitter.sdk.android.core.models.MediaEntity.Size
-
- sizes - Variable in class com.twitter.sdk.android.core.models.MediaEntity
-
An object showing available sizes for the media file.
- Sizes(MediaEntity.Size, MediaEntity.Size, MediaEntity.Size, MediaEntity.Size) - Constructor for class com.twitter.sdk.android.core.models.MediaEntity.Sizes
-
- small - Variable in class com.twitter.sdk.android.core.models.MediaEntity.Sizes
-
Information for a small-sized version of the media.
- source - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Utility used to post the Tweet, as an HTML-formatted string.
- sourceStatusId - Variable in class com.twitter.sdk.android.core.models.MediaEntity
-
For Tweets containing media that was originally associated with a different tweet, this ID
points to the original Tweet.
- sourceStatusIdStr - Variable in class com.twitter.sdk.android.core.models.MediaEntity
-
For Tweets containing media that was originally associated with a different tweet, this
string-based ID points to the original Tweet.
- status - Variable in class com.twitter.sdk.android.core.models.User
-
Nullable.
- statuses(Long, String, String, Long, Long, Long, Integer, Boolean, Boolean) - Method in interface com.twitter.sdk.android.core.services.ListService
-
Returns a timeline of tweets authored by members of the specified list.
- statusesCount - Variable in class com.twitter.sdk.android.core.models.User
-
The number of tweets (including retweets) issued by the user.
- StatusesService - Interface in com.twitter.sdk.android.core.services
-
- streamToString(InputStream) - Static method in class com.twitter.sdk.android.core.internal.CommonUtils
-
- success(Result<T>) - Method in class com.twitter.sdk.android.core.Callback
-
Called when call completes successfully.
- SymbolEntity - Class in com.twitter.sdk.android.core.models
-
Represents symbols which have been parsed out of the Tweet text.
- SymbolEntity(String, int, int) - Constructor for class com.twitter.sdk.android.core.models.SymbolEntity
-
- symbols - Variable in class com.twitter.sdk.android.core.models.TweetEntities
-
Represents symbols which have been parsed out of the Tweet text.
- SystemCurrentTimeProvider - Class in com.twitter.sdk.android.core.internal
-
- SystemCurrentTimeProvider() - Constructor for class com.twitter.sdk.android.core.internal.SystemCurrentTimeProvider
-
- TAG - Static variable in class com.twitter.sdk.android.core.Twitter
-
- TAG - Static variable in class com.twitter.sdk.android.core.TwitterCore
-
- text - Variable in class com.twitter.sdk.android.core.models.HashtagEntity
-
Name of the hashtag, minus the leading '#' character.
- text - Variable in class com.twitter.sdk.android.core.models.SymbolEntity
-
Name of the symbol, minus the leading '$' character.
- text - Variable in class com.twitter.sdk.android.core.models.Tweet
-
The actual UTF-8 text of the status update.
- thumb - Variable in class com.twitter.sdk.android.core.models.MediaEntity.Sizes
-
Information for a thumbnail-sized version of the media.
- timelineId - Variable in class com.twitter.sdk.android.core.models.TwitterCollection.Metadata
-
The collection object identifier (e.g.
- TimelineItem(TwitterCollection.TimelineItem.TweetItem) - Constructor for class com.twitter.sdk.android.core.models.TwitterCollection.TimelineItem
-
- timelineItems - Variable in class com.twitter.sdk.android.core.models.TwitterCollection.Metadata
-
The ordered set of Collection items.
- timeZone - Variable in class com.twitter.sdk.android.core.models.User
-
Nullable.
- token - Variable in class com.twitter.sdk.android.core.TwitterAuthToken
-
- TOKEN_TYPE_BEARER - Static variable in class com.twitter.sdk.android.core.internal.oauth.OAuth2Token
-
- toString() - Method in class com.twitter.sdk.android.core.internal.oauth.OAuthResponse
-
- toString() - Method in class com.twitter.sdk.android.core.services.params.Geocode
-
- toString() - Method in class com.twitter.sdk.android.core.TwitterAuthToken
-
- triggerVerificationIfNecessary() - Method in class com.twitter.sdk.android.core.internal.SessionMonitor
-
triggerVerificationIfNecessary checks if there are any sessions to verify and if enough time
has passed in order to run another verification.
- truncated - Variable in class com.twitter.sdk.android.core.models.Tweet
-
Indicates whether the value of the text parameter was truncated, for example, as a result of
a retweet exceeding the 140 character Tweet length.
- Tweet - Class in com.twitter.sdk.android.core.models
-
A Tweet is the basic atomic building block of all things Twitter.
- Tweet(Coordinates, String, Object, TweetEntities, TweetEntities, Integer, boolean, String, long, String, String, long, String, long, String, String, Place, boolean, Object, long, String, Tweet, int, boolean, Tweet, String, String, List<Integer>, boolean, User, boolean, List<String>, String, Card) - Constructor for class com.twitter.sdk.android.core.models.Tweet
-
- TweetBuilder - Class in com.twitter.sdk.android.core.models
-
- TweetBuilder() - Constructor for class com.twitter.sdk.android.core.models.TweetBuilder
-
- TweetEntities - Class in com.twitter.sdk.android.core.models
-
Provides metadata and additional contextual information about content posted in a tweet.
- TweetEntities(List<UrlEntity>, List<MentionEntity>, List<MediaEntity>, List<HashtagEntity>, List<SymbolEntity>) - Constructor for class com.twitter.sdk.android.core.models.TweetEntities
-
- tweetItem - Variable in class com.twitter.sdk.android.core.models.TwitterCollection.TimelineItem
-
Represents a reference to a Tweet.
- TweetItem(Long) - Constructor for class com.twitter.sdk.android.core.models.TwitterCollection.TimelineItem.TweetItem
-
- tweetMap - Variable in class com.twitter.sdk.android.core.models.TwitterCollection.Content
-
Represents the mapping from string Tweet ids to user-trimmed Tweets.
- tweets - Variable in class com.twitter.sdk.android.core.models.Search
-
- tweets(String, Geocode, String, String, String, Integer, String, Long, Long, Boolean) - Method in interface com.twitter.sdk.android.core.services.SearchService
-
Returns a collection of relevant Tweets matching a specified query.
- Twitter - Class in com.twitter.sdk.android.core
-
The
Twitter class stores common configuration and state for TwitterKit SDK.
- TwitterApi - Class in com.twitter.sdk.android.core.internal
-
- TwitterApi() - Constructor for class com.twitter.sdk.android.core.internal.TwitterApi
-
- TwitterApi(String) - Constructor for class com.twitter.sdk.android.core.internal.TwitterApi
-
- TwitterApiClient - Class in com.twitter.sdk.android.core
-
A class to allow authenticated access to Twitter API endpoints.
- TwitterApiClient() - Constructor for class com.twitter.sdk.android.core.TwitterApiClient
-
Constructs Guest Session based TwitterApiClient.
- TwitterApiClient(OkHttpClient) - Constructor for class com.twitter.sdk.android.core.TwitterApiClient
-
Constructs Guest Session based TwitterApiClient, with custom http client.
- TwitterApiClient(TwitterSession, OkHttpClient) - Constructor for class com.twitter.sdk.android.core.TwitterApiClient
-
Constructs User Session based TwitterApiClient, with custom http client.
- TwitterApiConstants - Class in com.twitter.sdk.android.core.internal
-
- TwitterApiConstants() - Constructor for class com.twitter.sdk.android.core.internal.TwitterApiConstants
-
- TwitterApiConstants.Errors - Class in com.twitter.sdk.android.core.internal
-
- TwitterApiErrorConstants - Class in com.twitter.sdk.android.core
-
Error codes that may be returned from the API.
- TwitterApiErrorConstants() - Constructor for class com.twitter.sdk.android.core.TwitterApiErrorConstants
-
- TwitterApiException - Exception in com.twitter.sdk.android.core
-
Represents a Twitter API error.
- TwitterApiException(Response) - Constructor for exception com.twitter.sdk.android.core.TwitterApiException
-
- TwitterAuthClient - Class in com.twitter.sdk.android.core.identity
-
Client for requesting authorization and email from the user.
- TwitterAuthClient() - Constructor for class com.twitter.sdk.android.core.identity.TwitterAuthClient
-
Constructor.
- TwitterAuthConfig - Class in com.twitter.sdk.android.core
-
Authorization configuration details.
- TwitterAuthConfig(String, String) - Constructor for class com.twitter.sdk.android.core.TwitterAuthConfig
-
- twitterAuthConfig(TwitterAuthConfig) - Method in class com.twitter.sdk.android.core.TwitterConfig.Builder
-
- TwitterAuthException - Exception in com.twitter.sdk.android.core
-
Represents a Twitter authorization error.
- TwitterAuthException(String) - Constructor for exception com.twitter.sdk.android.core.TwitterAuthException
-
- TwitterAuthException(String, Throwable) - Constructor for exception com.twitter.sdk.android.core.TwitterAuthException
-
- TwitterAuthToken - Class in com.twitter.sdk.android.core
-
Represents an authorization token and its secret.
- TwitterAuthToken(String, String) - Constructor for class com.twitter.sdk.android.core.TwitterAuthToken
-
- TwitterCollection - Class in com.twitter.sdk.android.core.models
-
TwitterCollection is a new type of timeline you control: you create the collection, give it a
name, and select which Tweets to add, either by hand or programmatically using the REST API.
- TwitterCollection(TwitterCollection.Content, TwitterCollection.Metadata) - Constructor for class com.twitter.sdk.android.core.models.TwitterCollection
-
- TwitterCollection.Content - Class in com.twitter.sdk.android.core.models
-
Contents represent the grouped, decomposed collection objects (tweets, users).
- TwitterCollection.Metadata - Class in com.twitter.sdk.android.core.models
-
Metadata lists references to decomposed objects and contextual information (such as cursors)
needed to navigate the boundaries of the collection in subsequent requests.
- TwitterCollection.Metadata.Position - Class in com.twitter.sdk.android.core.models
-
Position information for navigation.
- TwitterCollection.TimelineItem - Class in com.twitter.sdk.android.core.models
-
Represents an item in a Timeline with a object references.
- TwitterCollection.TimelineItem.TweetItem - Class in com.twitter.sdk.android.core.models
-
- TwitterConfig - Class in com.twitter.sdk.android.core
-
Configurable Twitter options
- TwitterConfig.Builder - Class in com.twitter.sdk.android.core
-
- TwitterCore - Class in com.twitter.sdk.android.core
-
The TwitterCore Kit provides Login with Twitter and the Twitter API.
- TwitterException - Exception in com.twitter.sdk.android.core
-
Represents a Twitter error.
- TwitterException(String) - Constructor for exception com.twitter.sdk.android.core.TwitterException
-
- TwitterException(String, Throwable) - Constructor for exception com.twitter.sdk.android.core.TwitterException
-
- TwitterLoginButton - Class in com.twitter.sdk.android.core.identity
-
Log in button for logging into Twitter.
- TwitterLoginButton(Context) - Constructor for class com.twitter.sdk.android.core.identity.TwitterLoginButton
-
- TwitterLoginButton(Context, AttributeSet) - Constructor for class com.twitter.sdk.android.core.identity.TwitterLoginButton
-
- TwitterLoginButton(Context, AttributeSet, int) - Constructor for class com.twitter.sdk.android.core.identity.TwitterLoginButton
-
- TwitterRateLimit - Class in com.twitter.sdk.android.core
-
Represents the rate limit data returned on the headers of a request
- TwitterSession - Class in com.twitter.sdk.android.core
-
- TwitterSession(TwitterAuthToken, long, String) - Constructor for class com.twitter.sdk.android.core.TwitterSession
-
- TwitterSessionVerifier - Class in com.twitter.sdk.android.core.internal
-
- TwitterSessionVerifier() - Constructor for class com.twitter.sdk.android.core.internal.TwitterSessionVerifier
-
- TwitterSessionVerifier.AccountServiceProvider - Class in com.twitter.sdk.android.core.internal
-
Produces new service instances, this code is a separate class so that we can more easily test
SessionMonitor
- type - Variable in class com.twitter.sdk.android.core.models.Coordinates
-
The type of data encoded in the coordinates property.
- type - Variable in class com.twitter.sdk.android.core.models.MediaEntity
-
Type of uploaded media.
- type - Variable in class com.twitter.sdk.android.core.models.Place.BoundingBox
-
The type of data encoded in the coordinates property.
- UNKNOWN_ERROR - Static variable in class com.twitter.sdk.android.core.TwitterApiErrorConstants
-
- UNKNOWN_USER_ID - Static variable in class com.twitter.sdk.android.core.TwitterSession
-
- UNKNOWN_USER_NAME - Static variable in class com.twitter.sdk.android.core.TwitterSession
-
- unretweet(Long, Boolean) - Method in interface com.twitter.sdk.android.core.services.StatusesService
-
Destroys the retweet specified by the required source Tweet's ID parameter.
- update(String, Long, Boolean, Double, Double, String, Boolean, Boolean, String) - Method in interface com.twitter.sdk.android.core.services.StatusesService
-
Updates the authenticating user's current status, also known as tweeting.
- upload(RequestBody, RequestBody, RequestBody) - Method in interface com.twitter.sdk.android.core.services.MediaService
-
Uploads media (images) to Twitter for use in a Tweet or Twitter-hosted Card.
- url - Variable in class com.twitter.sdk.android.core.models.ImageValue
-
- url - Variable in class com.twitter.sdk.android.core.models.Place
-
URL representing the location of additional place metadata for this place.
- url - Variable in class com.twitter.sdk.android.core.models.UrlEntity
-
Wrapped URL, corresponding to the value embedded directly into the raw Tweet text, and the
values for the indices parameter.
- url - Variable in class com.twitter.sdk.android.core.models.User
-
Nullable.
- url - Variable in class com.twitter.sdk.android.core.models.UserEntities
-
- url - Variable in class com.twitter.sdk.android.core.models.VideoInfo.Variant
-
- urlDecode(String) - Static method in class com.twitter.sdk.android.core.internal.network.UrlUtils
-
- urlEncode(String) - Static method in class com.twitter.sdk.android.core.internal.network.UrlUtils
-
- UrlEntities(List<UrlEntity>) - Constructor for class com.twitter.sdk.android.core.models.UserEntities.UrlEntities
-
- UrlEntity - Class in com.twitter.sdk.android.core.models
-
Represents URLs included in the text of a Tweet or within textual fields of a user object.
- UrlEntity(String, String, String, int, int) - Constructor for class com.twitter.sdk.android.core.models.UrlEntity
-
- urls - Variable in class com.twitter.sdk.android.core.models.TweetEntities
-
Represents URLs included in the text of a Tweet or within textual fields of a user object.
- urls - Variable in class com.twitter.sdk.android.core.models.UserEntities.UrlEntities
-
- UrlUtils - Class in com.twitter.sdk.android.core.internal.network
-
- user - Variable in class com.twitter.sdk.android.core.models.Tweet
-
The user who posted this Tweet.
- User - Class in com.twitter.sdk.android.core.models
-
Users can be anyone or anything.
- User(boolean, String, boolean, boolean, String, String, UserEntities, int, boolean, int, int, boolean, long, String, boolean, String, int, String, String, String, String, String, boolean, String, String, String, String, String, String, String, boolean, boolean, String, boolean, Tweet, int, String, String, int, boolean, List<String>, String) - Constructor for class com.twitter.sdk.android.core.models.User
-
- UserBuilder - Class in com.twitter.sdk.android.core.models
-
- UserBuilder() - Constructor for class com.twitter.sdk.android.core.models.UserBuilder
-
- UserEntities - Class in com.twitter.sdk.android.core.models
-
Entities for User Objects describe URLs that appear in the user defined profile URL and
description fields.
- UserEntities(UserEntities.UrlEntities, UserEntities.UrlEntities) - Constructor for class com.twitter.sdk.android.core.models.UserEntities
-
- UserEntities.UrlEntities - Class in com.twitter.sdk.android.core.models
-
- userId - Variable in class com.twitter.sdk.android.core.internal.oauth.OAuthResponse
-
The user id associated with the access token.
- userMap - Variable in class com.twitter.sdk.android.core.models.TwitterCollection.Content
-
Represents the mapping from string user ids to Users who authored Tweets or Timelines.
- userMentions - Variable in class com.twitter.sdk.android.core.models.TweetEntities
-
Represents other Twitter users mentioned in the text of the Tweet.
- userName - Variable in class com.twitter.sdk.android.core.internal.oauth.OAuthResponse
-
The username associated with the access token.
- userTimeline(Long, String, Integer, Long, Long, Boolean, Boolean, Boolean, Boolean) - Method in interface com.twitter.sdk.android.core.services.StatusesService
-
Returns a collection of the most recent tweets posted by the user indicated by the
screen_name or user_id parameters.
- UserUtils - Class in com.twitter.sdk.android.core.internal
-
- UserUtils.AvatarSize - Enum in com.twitter.sdk.android.core.internal
-
- UserValue - Class in com.twitter.sdk.android.core.models
-
- UserValue(String) - Constructor for class com.twitter.sdk.android.core.models.UserValue
-
- utcOffset - Variable in class com.twitter.sdk.android.core.models.User
-
Nullable.
- UTF8 - Static variable in class com.twitter.sdk.android.core.internal.network.UrlUtils
-