API
Types
TalsecConfig
TalsecConfigfield
type
description
sample value
AndroidConfig
AndroidConfigfield
type
description
sample value
IOSConfig
IOSConfigfield
type
description
sample value
NativeEventEmitterActions
NativeEventEmitterActionsActions
threat
type
Android
iOS
RaspExecutionStateEventActions
RaspExecutionStateEventActionsaction
type
Android
iOS
Hooks
const useFreeRasp = (config: TalsecConfig, actions: NativeEventEmitterActions)
const useFreeRasp = (config: TalsecConfig, actions: NativeEventEmitterActions)Methods
const setThreatListeners = async (config: NativeEventEmitterActions): void
const setThreatListeners = async (config: NativeEventEmitterActions): voidconst talsecStart = async (options: TalsecConfig): Promise<string>
const talsecStart = async (options: TalsecConfig): Promise<string>const removeThreatListeners = async (): void
const removeThreatListeners = async (): voidconst blockScreenCapture = async (enable: boolean): Promise<string>
const blockScreenCapture = async (enable: boolean): Promise<string>const isScreenCaptureBlocked = async (): Promise<boolean>
const isScreenCaptureBlocked = async (): Promise<boolean>const storeExternalId = async (): Promise<string>
const storeExternalId = async (): Promise<string>const removeExternalId = async (): Promise<string>
const removeExternalId = async (): Promise<string>Last updated

