You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info, and any ability to do anything with the callback.
248
-
*/
249
-
- (void)initSession;
250
-
251
244
/**
252
245
Just initialize the Branch session with the app launch options.
Just initialize the Branch session, specifying whether to allow it to be treated as a referral.
261
-
262
-
@param isReferrable Boolean representing whether to allow the session to be marked as referred, overriding the default behavior.
263
-
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info, and any ability to do anything with the callback.
264
-
*/
265
-
- (void)initSession:(BOOL)isReferrable;
266
-
267
-
/**
268
-
Just initialize the Branch session, specifying whether to allow it to automatically display matching deep linked controllers
269
-
270
-
@param automaticallyDisplayController Boolean indicating whether we will automatically launch into deep linked controller matched in the init session dictionary.
271
-
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info by not passing the launch options.
Initialize the Branch session and handle the completion with a callback
277
-
278
-
@param callback A callback that is called when the session is opened. This will be called multiple times during the apps life, including any time the app goes through a background / foreground cycle.
279
-
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info by not passing the launch options.
Initialize the Branch session and handle the completion with a callback
294
-
295
-
@param isReferrable Boolean representing whether to allow the session to be marked as referred, overriding the default behavior.
296
-
@param callback A callback that is called when the session is opened. This will be called multiple times during the apps life, including any time the app goes through a background / foreground cycle.
297
-
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info by not passing the launch options.
Initialize the Branch session and handle the completion with a callback
327
-
328
-
@param isReferrable Boolean representing whether to allow the session to be marked as referred, overriding the default behavior.
329
-
@param automaticallyDisplayController Boolean indicating whether we will automatically launch into deep linked controller matched in the init session dictionary.
330
-
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info by not passing the launch options.
Initialize the Branch session and handle the completion with a callback
336
-
337
-
@param automaticallyDisplayController Boolean indicating whether we will automatically launch into deep linked controller matched in the init session dictionary.
338
-
@param callback A callback that is called when the session is opened. This will be called multiple times during the apps life, including any time the app goes through a background / foreground cycle.
339
-
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info by not passing the launch options.
Initialize the Branch session with the app launch options and handle the completion with a callback
372
-
373
-
@param automaticallyDisplayController Boolean indicating whether we will automatically launch into deep linked controller matched in the init session dictionary.
374
-
@param isReferrable Boolean representing whether to allow the session to be marked as referred, overriding the default behavior.
375
-
@param callback A callback that is called when the session is opened. This will be called multiple times during the apps life, including any time the app goes through a background / foreground cycle.
376
-
@warning This is not the recommended method of initializing Branch, as you potentially lose deep linking info by not passing the launch options.
0 commit comments