retrieveLocationContent
API.retrieveLocationContent
API.TargetParameters
for the request.String
that contains the mbox location for which the click notification will be sent to Target.TargetParameters
for the request.ACPTargetParameters
for the request.ACPTargetParameters
for the request.retrieveLocationContent
API. If no previous prefetch request is made, and the mbox content is retrieved using the retrieveLocationContent
API, calling this API does not trigger a notification request to the Target server.TargetParameters
for the request.array
of the mbox locations for which the display notification will be sent to Target.TargetParameters
for the request.ACPTargetParameters
for the request.ACPTargetParameters
for the request.target.sessionTimeout
configuration setting. If the session timeout happens upon a subsequent Target request, a new session ID will be generated for use in the request and persisted in the SDK.sessionId
value, or null
if there was an error retrieving it.sessionId
value, or nil
if there was an error retrieving it.third-party
ID was previously set, or if the ID was reset by calling resetExperience API, it will have a nil
value.thirdPartyId
value. If no third-party ID was set, this value will be null
.thirdPartyId
value. If no third-party
ID was set, this value will be nil
.thirdPartyId
value. If no third-party ID was set, this value will be nil
.thirdPartyId
value.tntId
).prefetchContent
API or retrieveLocationContent
API, which is then persisted in the SDK. The persisted tnt ID is used in subsequent Target requests until a different tnt ID is returned from Target, or a new tnt ID is set using setTntId
API.tntId
value, or null
if there was an error retrieving it.tntId
value, or nil
if there was an error retrieving it.tntId
value. If no Target ID was set, this value will be nil
.thirdPartyId
value.TargetPrefetch
objects for various mbox locations.TargetParameters
for the prefetch request.null
value. If the prefetch is not successful, an error message is returned.TargetPrefetch
objects for various mbox locations.TargetParameters
for the prefetch request.completion
is invoked with a nil value. If the prefetch is not successful, an error message is returned.ACPTargetPrefetchObject
objects for various mbox locations.ACPTargetParameters
for the prefetch request.Target
. Instead, the extension should be registered by calling the registerExtensions
API in the MobileCore. Please see the updated SDK initialization steps at the migrate to Swift tutorial.