Constructors
constructor
- new found_email_cb(
object: object,
cb: (this: object, found: boolean, description: string) => void,
): found_email_cb Parameters
- object: object
- cb: (this: object, found: boolean, description: string) => void
Methods
bind
- bind(
object: object,
cb: (this: object, found: boolean, description: string) => void,
): void Parameters
- object: object
- cb: (this: object, found: boolean, description: string) => void
Returns void
clear
- clear(): void
Returns void
Source
C++ class found_email_cb
Custom Constructor
found_email_cb