fromVenueResponse

fun fromVenueResponse(response: MPIVenueResponse): MPIData?

This is a static method that converts a MPIVenueResponse object into a MPIData object where data can be accessed

Return

an optional MPIData (returns null if the conversion fails)

Parameters

response

a MPIVenueResponse object that can be converted into a MPIData object

fun fromVenueResponse(response: String): MPIData?

This is a static method that converts an venue response string into a MPIData object where data can be accessed

Return

an optional MPIData (returns null if the conversion fails)

Parameters

response

a venue response string that can be converted into a MPIData object