* Get the `userId` associated with the current user.
()
| 125 | * Get the `userId` associated with the current user. |
| 126 | */ |
| 127 | static getUserId() { |
| 128 | IterableLogger.log('getUserId'); |
| 129 | return RNIterableAPI.getUserId(); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Disable the device for the current user. |