Results

objectResults
kotlin.Any
com.google.android.gms.dtdi.analytics.Results

Direct use ofResultsis not supported.

Helper functions to create common formats ofResult.

Summary

Public methods

Result
forError(errorCode:ErrorCode)

Returns aResultwith aresultCodeofERRORand a specifiederrorCode.

Properties

Result

AResultwith aresultCodeofCANCELLED.

Result

AResultwith aresultCodeofERRORwith anerrorCodeof MEDIA_TRANSFER_NO_ELIGIBLE_MEDIA_CONTROLLER.

Result

AResultwith aresultCodeofERRORwith anerrorCodeofMEDIA_TRANSFER_NO_ROUTE.

Result

AResultwith aresultCodeofERRORwith anerrorCodeof MEDIA_TRANSFER_NULL_MEDIA_ROUTER.

Result

AResultwith aresultCodeofERRORwith anerrorCodeofUNKNOWN.

Result

AResultwith aresultCodeofSUCCESS.

Public methods

forError

funforError(errorCode:ErrorCode):Result

Returns aResultwith aresultCodeofERRORand a specifiederrorCode.

Properties

CANCELLED

valCANCELLED:Result

AResultwith aresultCodeofCANCELLED.

ERROR_CODE_MEDIA_TRANSFER_NO_ELIGIBLE_MEDIA_CONTROLLER

valERROR_CODE_MEDIA_TRANSFER_NO_ELIGIBLE_MEDIA_CONTROLLER:Result

AResultwith aresultCodeofERRORwith anerrorCodeof MEDIA_TRANSFER_NO_ELIGIBLE_MEDIA_CONTROLLER.

ERROR_CODE_MEDIA_TRANSFER_NO_ROUTE

valERROR_CODE_MEDIA_TRANSFER_NO_ROUTE:Result

AResultwith aresultCodeofERRORwith anerrorCodeofMEDIA_TRANSFER_NO_ROUTE.

ERROR_CODE_MEDIA_TRANSFER_NULL_MEDIA_ROUTER

valERROR_CODE_MEDIA_TRANSFER_NULL_MEDIA_ROUTER:Result

AResultwith aresultCodeofERRORwith anerrorCodeof MEDIA_TRANSFER_NULL_MEDIA_ROUTER.

ERROR_UNKNOWN

valERROR_UNKNOWN:Result

AResultwith aresultCodeofERRORwith anerrorCodeofUNKNOWN.

SUCCESS

valSUCCESS:Result

AResultwith aresultCodeofSUCCESS.