IGPAPI
Preparing search index...
@igpapi/ios
MediaImpression
Function MediaImpression
MediaImpression
(
input
:
MediaImpressionInput
,
)
:
{
like
:
(
doubleTap
?:
boolean
,
)
=>
Effect
<
unknown
,
|
IgApiError
|
RequestError
|
ParseError
|
TransportError
|
UserIdNotFoundInState
,
PlainJsonApiHttp
|
Signature
|
MobileSession
|
MobileDevice
,
>
;
unlike
:
()
=>
Effect
<
unknown
,
|
IgApiError
|
RequestError
|
ParseError
|
TransportError
|
UserIdNotFoundInState
,
PlainJsonApiHttp
|
Signature
|
MobileSession
|
MobileDevice
,
>
;
}
A service for like/unlike media
Parameters
input
:
MediaImpressionInput
Returns
{
like
:
(
doubleTap
?:
boolean
,
)
=>
Effect
<
unknown
,
|
IgApiError
|
RequestError
|
ParseError
|
TransportError
|
UserIdNotFoundInState
,
PlainJsonApiHttp
|
Signature
|
MobileSession
|
MobileDevice
,
>
;
unlike
:
()
=>
Effect
<
unknown
,
|
IgApiError
|
RequestError
|
ParseError
|
TransportError
|
UserIdNotFoundInState
,
PlainJsonApiHttp
|
Signature
|
MobileSession
|
MobileDevice
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...
A service for like/unlike media