Transfer.isSupportedType

Returns true if the <code>TransferData</code> data type can be converted using this transfer agent, or false otherwise (including if transferData is <code>null</code>).

@param transferData a platform specific description of a data type; only the data type fields of the <code>TransferData</code> object need to be filled in

@return true if the transferData data type can be converted using this transfer agent

class Transfer
abstract
bool
isSupportedType

Meta