@Structure.FieldOrder(value={"ApiVersion","Type","Url","Width","Height"})
public class EOS_Ecom_KeyImageInfo
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
release().
A Key Image is defined within Dev Portal and is associated with a Catalog Item. A Key Image is
intended to be used to provide imagery for an in-game store.EOS_Ecom_Interface.copyItemImageInfoByIndex(EOS_Ecom_CopyItemImageInfoByIndexOptions),
release()| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Ecom_KeyImageInfo.ByReference |
static class |
EOS_Ecom_KeyImageInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_ECOM_KEYIMAGEINFO_API_LATEST. |
static int |
EOS_ECOM_KEYIMAGEINFO_API_LATEST
The most recent version of the EOS_Ecom_KeyImageInfo struct.
|
int |
Height
The expected height in pixels of the image
|
java.lang.String |
Type
Describes the usage of the image (ex: home_thumbnail)
|
java.lang.String |
Url
The URL of the image
|
int |
Width
The expected width in pixels of the image
|
| Constructor and Description |
|---|
EOS_Ecom_KeyImageInfo() |
EOS_Ecom_KeyImageInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_ECOM_KEYIMAGEINFO_API_LATEST
public int ApiVersion
EOS_ECOM_KEYIMAGEINFO_API_LATEST.public java.lang.String Type
public java.lang.String Url
public int Width
public int Height