Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Iterable/react-native-sdk
/ setInAppShowResponse
Method
setInAppShowResponse
src/api/NativeRNIterableAPI.ts:57–57 ·
view source on GitHub ↗
(number: number)
Source
from the content-addressed store, hash-verified
55
56
// In-app messaging
57
setInAppShowResponse(number: number): void;
58
getInAppMessages(): Promise<
59
Array<{ [key: string]: string | number | boolean }>
60
>;
Callers
5
setInAppShowResponse
Method · 0.65
setInAppShowResponse
Method · 0.65
IterableApi.test.ts
File · 0.65
setupEventHandlers
Method · 0.65
setInAppShowResponse
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected