Oracle Android Channel Extensions
For Oracle Android channels, you can extend the functionality of Common Response components with capabilities that are specific to the Oracle Android SDK.
You access the extensions by using the channelCustomProperties
element in Common Response components and setting the appropriate properties. The code has the
following format:
...
channelCustomProperties:
- channel: "androidsdk"
properties:
PROPERTY_NAME: "PROPERTY_VALUE"
...
You can apply channelCustomProperties
in the component's
metadata at the level of globalActions
, responseItems
, and
elements of responseItems
, depending on the given property.
Here are the available custom properties for Oracle Android channels:
Name | Allowed Values | Applies To... | Description |
---|---|---|---|
mediaType |
|
|
The media type of the attachment. For example, image/jpeg . If not specified, the media type will be resolved from the attachment URL.
|
For more information on using channelCustomProperties
, see Channel-Specific Extensions.