We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523e2c7 commit ae14ae9Copy full SHA for ae14ae9
src/LeanplumInternal.ts
@@ -258,7 +258,7 @@ export default class LeanplumInternal {
258
this._sessionLength = seconds
259
}
260
261
- start(userId: string, callback: StatusHandler): void;
+ start(userId: string, callback?: StatusHandler): void;
262
start(userAttributes?: UserAttributes, callback?: StatusHandler): void;
263
start(userId?: string, userAttributes?: UserAttributes, callback?: StatusHandler): void;
264
start(userId?: string, userAttributes?: UserAttributes, callback?: StatusHandler): void {
0 commit comments