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