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
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>Last updated

