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 65cb551 commit 5bbb5fcCopy full SHA for 5bbb5fc
1 file changed
src/core/classes/Iterable.ts
@@ -947,22 +947,6 @@ export class Iterable {
947
);
948
}
949
950
- /**
951
- * Pause the authentication retry mechanism.
952
- *
953
- * @param pauseRetry - Whether to pause the authentication retry mechanism
954
955
- * @example
956
- * ```typescript
957
- * Iterable.pauseAuthRetries(true);
958
- * ```
959
- */
960
- static pauseAuthRetries(pauseRetry: boolean) {
961
- Iterable?.logger?.log('pauseAuthRetries');
962
-
963
- RNIterableAPI.pauseAuthRetries(pauseRetry);
964
- }
965
966
/**
967
* Sets up event handlers for various Iterable events.
968
*
0 commit comments