Methods
-
Appearition.ArTargetImageAndMedia.Market.AddToChannel (fromProductId, fromArTargetId, requestOptions) static
Publishes the experience to the market
-
Name Type Description fromProductIdnumber identifies the channel which the market item is coming from
fromArTargetIdnumber identifies the item in the market
requestOptionsany configure callbacks
-
Appearition.ArTargetImageAndMedia.Market.CopyrightInfo (fromProductId, fromArTargetId, requestOptions) static
Retrieves the copyright info of as specific experience record in the marketplace
-
Name Type Description fromProductIdnumber identifies the channel which the market item is coming from
fromArTargetIdnumber identifies the item in the market
requestOptionsany configure callbacks
-
Appearition.ArTargetImageAndMedia.Market.GetPricing (fromProductId, fromArTargetId, requestOptions)Appearition.ArTargetImageAndMedia.PricingViewModel static
Retrieves the pricing information for an AR Target record
-
Name Type Description fromProductIdnumber identifies the channel which the market item is coming from
fromArTargetIdnumber identifies the item in the market
requestOptionsany configure callbacks
Returns:
Type Description Appearition.ArTargetImageAndMedia.PricingViewModel -
Retrieves all of the published AR Experiences from the Appearition platform for the specified tenant and channel
-
Name Type Description requestany data structure holds the filter and paging information for the server
requestOptionsany configure callbacks
-
Appearition.ArTargetImageAndMedia.Market.ListPreviewMedia (fromProductId, fromArTargetId, requestOptions)Array.<Appearition.ArTargetImageAndMedia.PreviewMediaViewModel> static
Retrieves the list of preview media files for an AR Target record
-
Name Type Description fromProductIdnumber identifies the channel which the market item is coming from
fromArTargetIdnumber identifies the item in the market
requestOptionsany configure callbacks
Returns:
Type Description Array.<Appearition.ArTargetImageAndMedia.PreviewMediaViewModel> -
Publishes the experience to the market
-
Name Type Description arTargetIdnumber identifies the record to publish
requestOptionsany configure callbacks
-
Unpublishes the experience from the market
-
Name Type Description arTargetIdnumber identifies the record to return
requestOptionsany configure callbacks
Type Definitions
-
This is the data structure sent for the Appearition.ArTargetImageAndMedia.Market.List method
-
Properties:
Name Type Description namestring the name of the experience (partial allowed)
createdByUsernamestring the name of the author of the experience (partial allowed)
pagenumber tells the server which page of the results to return (zero based index)
recordsPerPagenumber tells the server how many results per page to return
includeTargetImagesboolean Whether the server should return the collection of targets
includeMediaboolean Whether the server should return the collection of media
tagsArray.<string> A collection of tags to filter experiences by
-
This is the data structure sent for the Appearition.ArTargetImageAndMedia.Market.List method
-
Properties:
Name Type Description namestring the name of the experience (partial allowed)
createdByUsernamestring the name of the author of the experience (partial allowed)
pagenumber tells the server which page of the results to return (zero based index)
recordsPerPagenumber tells the server how many results per page to return
includeTargetImagesboolean Whether the server should return the collection of targets
includeMediaboolean Whether the server should return the collection of media
tagsArray.<string> A collection of tags to filter experiences by