Android SDK Version
- Mutable
- CollectionMapper
- AppCall
- CustomTab
- CustomTabUtils
- DialogFeature
- DialogPresenter
- FacebookDialogBase
- FacebookDialogFragment
- GamingAction
- FacebookWebFallbackDialog
- FragmentWrapper
- InstagramCustomTab
- PlatformServiceClient
- WebDialog
- AnalyticsEvents
- AttributionIdentifiers
- BoltsMeasurementEventListener
- BundleJSONConverter
- CallbackManagerImpl
- FacebookInitProvider
- FacebookRequestErrorClassification
- FacebookSignatureValidator
- FeatureManager
- FetchedAppGateKeepersManager
- FetchedAppSettings
- FetchedAppSettingsManager
- FileLruCache
- ImageDownloader
- ImageRequest
- ImageResponse
- ImageResponseCache
- InstallReferrerUtil
- InternalSettings
- LockOnGetVariable
- Logger
- NativeAppCallAttachmentStore
- NativeProtocol
- ServerProtocol
- SmartLoginOption
- UrlRedirectCache
- Utility
- Validate
- WorkQueue
- MessageDialog
- SendButton
- ShareButton
- ShareButtonBase
- GameRequestDialog
- ShareDialog
- MessageDialogFeature
- VideoUploader
- GameRequestValidation
- CameraEffectFeature
- CameraEffectJSONUtility
- LegacyNativeDialogParameters
- NativeDialogParameters
- ResultProcessor
- ShareConstants
- ShareContentValidation
- ShareDialogFeature
- ShareFeedContent
- ShareInternalUtility
- ShareStoryFeature
- WebDialogParameters
- ShareApi
- ShareBuilder
- Sharer
- Share
- ShareToMessengerParamsBuilder
- Messenger
- MessengerThreadParams
- MessengerUtils
- ShareToMessengerParams
- FacebookAppLinkResolver
- AppLinkData
- AppLinks
- AggregateException
- AppLink
- AppLinkResolver
- AppLinks
- CancellationToken
- CancellationTokenRegistration
- CancellationTokenSource
- Continuation
- ExecutorException
- Task
- TaskCompletionSource
- UnobservedTaskException
- AccessTokenTracker
- AuthenticationTokenTracker
- CustomTabActivity
- CustomTabMainActivity
- FacebookActivity
- FacebookAuthorizationException
- FacebookButtonBase
- FacebookCallback
- FacebookDialog
- FacebookDialogException
- LoginStatusCallback
- WebDialog
- AccessToken
- AccessTokenManager
- AccessTokenSource
- AuthenticationToken
- AuthenticationTokenCache
- AuthenticationTokenClaims
- AuthenticationTokenHeader
- AuthenticationTokenManager
- CallbackManager
- CurrentAccessTokenExpirationBroadcastReceiver
- FacebookBroadcastReceiver
- FacebookContentProvider
- FacebookException
- FacebookGraphResponseException
- FacebookOperationCanceledException
- FacebookRequestError
- FacebookSdk
- FacebookSdkNotInitializedException
- FacebookServiceException
- GraphRequest
- GraphRequestAsyncTask
- GraphRequestBatch
- GraphResponse
- HttpMethod
- LoggingBehavior
- Profile
- ProfileCache
- ProfileManager
- ProfileTracker
- ProgressNoopOutputStream
- ProgressOutputStream
- RequestProgress
- Common
- DeviceRequestsHelper
- EndToEndDumper
- CodeChallengeMethod
- CustomTabLoginMethodHandler
- CustomTabPrefetchHelper
- DeviceAuthDialog
- DeviceAuthMethodHandler
- GetTokenLoginMethodHandler
- KatanaProxyLoginMethodHandler
- LoginBehavior
- LoginClient
- LoginConfiguration
- LoginFragment
- LoginManager
- LoginMethodHandler
- LoginResult
- NativeAppLoginMethodHandler
- NonceUtil
- WebLoginMethodHandler
- WebViewLoginMethodHandler
- DefaultAudience
- LoginTargetApp
- DeviceLoginManager
- Login
- AppGroupCreationContent
- CameraEffectArguments
- CameraEffectTextures
- GameRequestContent
- ShareCameraEffectContent
- ShareContent
- ShareHashtag
- ShareLinkContent
- ShareMedia
- ShareMediaContent
- ShareMessengerActionButton
- ShareMessengerURLActionButton
- ShareModel
- ShareModelBuilder
- SharePhoto
- SharePhotoContent
- ShareStoryContent
- ShareVideo
- ShareVideoContent
- AccessTokenAppIdPair
- AppEvent
- AppEventsConstants
- AppEventsLogger
- AppEventsManager
- FlushResult
- InternalAppEventsLogger
- UserDataStore
- MetadataIndexer
- MetadataRule
- SettingsAPIFields
- AppEventsCAPIManager
- CustomEventField
- AppEventType
- AppEventUserAndAppDataField
- ConversionsAPISection
- ConversionsAPICustomEventField
- ConversionsAPIUserAndAppDataField
- ConversionsAPIEventName
- OtherEventConstants
- AppEventsConversionsAPITransformer
- AppEventsConversionsAPITransformerWebRequests
- CodelessLoggingEventListener
- CodelessManager
- RCTCodelessLoggingEventListener
- ViewIndexer
- Constants
- EventBinding
- ParameterComponent
- PathComponent
- SensitiveUserDataUtils
- UnityReflection
- ViewHierarchy
- EventDeactivationManager
- InAppPurchaseActivityLifecycleTracker
- InAppPurchaseAutoLogger
- InAppPurchaseBillingClientWrapper
- InAppPurchaseEventManager
- InAppPurchaseLoggerManager
- InAppPurchaseManager
- InAppPurchaseSkuDetailsWrapper
- InAppPurchaseUtils
- IntegrityManager
- ActivityLifecycleTracker
- AppEventUtility
- AppEventsLoggerUtility
- AutomaticAnalyticsLogger
- Constants
- FileDownloadTask
- ViewHierarchyConstants
- MTensor
- Model
- ModelManager
- Utils
- OnDeviceProcessingManager
- RemoteServiceWrapper
- RestrictiveDataManager
- SuggestedEventsManager
- ViewOnClickListener
- Core
- GateKeeper
- GateKeeperRuntimeCache
- ExceptionAnalyzer
- InstrumentData
- InstrumentManager
- InstrumentUtility
- ANRDetector
- ANRHandler
- CrashHandler
- AutoHandleExceptions
- CrashShieldHandler
- NoAutoExceptionHandling
- ErrorReportData
- ErrorReportHandler
- ThreadCheckHandler
- Excuse
- ExcusesForDesignViolations
- CertificateUtil
- OidcSecurityUtil
- DeviceLoginButton
- LoginButton
- ProfilePictureView
- ToolTipPopup
- All
All Implemented Interfaces:
android.os.Parcelable
, com.facebook.share.model.ShareModel
public final class ShareCameraEffectContent extends ShareContent<ShareCameraEffectContent, ShareCameraEffectContent.Builder>
Describes the Camera Effect to be shared. Use ShareCameraEffectContent.Builder to build instances.
See documentation for best practices.
Nested Class Summary
Modifier and Type | Class | Description |
---|---|---|
public final class | ShareCameraEffectContent.Builder | Builder for the ShareCameraEffectContent interface. |
public class | ShareCameraEffectContent.Companion |
Field Summary
Modifier and Type | Field | Description |
---|---|---|
private String | effectId | |
private CameraEffectArguments | arguments | |
private CameraEffectTextures | textures | |
private final Uri | contentUrl | |
private final List<String> | peopleIds | |
private final String | placeId | |
private final String | pageId | |
private final String | ref | |
private final ShareHashtag | shareHashtag |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
final String | getEffectId() | Returns the Effect Id represented in this content instance, as set in the Builder. |
final Unit | setEffectId(String effectId) | |
final CameraEffectArguments | getArguments() | Returns the Arguments for the Effect represented in this content instance, as set in the Builder. |
final Unit | setArguments(CameraEffectArguments arguments) | |
final CameraEffectTextures | getTextures() | Returns the Textures for the Effect represented in this content instance, as set in the Builder. |
final Unit | setTextures(CameraEffectTextures textures) | |
final Uri | getContentUrl() | URL for the content being shared. |
final List<String> | getPeopleIds() | List of Ids for taggable people to tag with this content. |
final String | getPlaceId() | The Id for a place to tag with this content. |
final String | getPageId() | For shares into Messenger, this pageID will be used to map the app to page and attach attribution to the share. |
final String | getRef() | A value to be added to the referrer URL when a person follows a link from this shared content on feed. |
final ShareHashtag | getShareHashtag() | Gets the ShareHashtag, if one has been set, for this content. |
Unit | writeToParcel(Parcel out, Integer flags) |
Method Detail
getEffectId
final StringgetEffectId()
Returns the Effect Id represented in this content instance, as set in the Builder.
setEffectId
final UnitsetEffectId(String effectId)
getArguments
final CameraEffectArgumentsgetArguments()
Returns the Arguments for the Effect represented in this content instance, as set in the Builder.
setArguments
final UnitsetArguments(CameraEffectArguments arguments)
getTextures
final CameraEffectTexturesgetTextures()
Returns the Textures for the Effect represented in this content instance, as set in the Builder.
setTextures
final UnitsetTextures(CameraEffectTextures textures)
getContentUrl
final UrigetContentUrl()
URL for the content being shared. This URL will be checked for app link meta tags for linking in platform specific ways.
See documentation for AppLinks.
getPeopleIds
final List<String> getPeopleIds()
List of Ids for taggable people to tag with this content.
See documentation for Taggable Friends .
getPageId
final StringgetPageId()
For shares into Messenger, this pageID will be used to map the app to page and attach attribution to the share.
getRef
final StringgetRef()
A value to be added to the referrer URL when a person follows a link from this shared content on feed.
getShareHashtag
final ShareHashtaggetShareHashtag()
Gets the ShareHashtag, if one has been set, for this content.
writeToParcel
UnitwriteToParcel(Parcel out, Integer flags)