* Get the email associated with the current user. * * @returns The email associated with the current user
()
| 98 | * @returns The email associated with the current user |
| 99 | */ |
| 100 | static getEmail() { |
| 101 | IterableLogger.log('getEmail'); |
| 102 | return RNIterableAPI.getEmail(); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * Associate the current user with the passed in `userId` parameter. |