It is used to store the information of the alternative host.
More...
#include <MobileRTCAuthService.h>
Inherits NSObject.
It is used to store the information of the alternative host.
Definition at line 253 of file MobileRTCAuthService.h.
◆ initWithEmailAddress:firstname:lastName:PMI:
| - (id _Nonnull) initWithEmailAddress: |
|
(NSString *_Nonnull) | emailAddress |
| firstname: |
|
(NSString *_Nonnull) | firstName |
| lastName: |
|
(NSString *_Nonnull) | lastName |
| PMI: |
|
(unsigned long long) | PMINumber |
◆ email
| - (NSString* _Nullable) email |
|
readnonatomicretain |
◆ firstName
| - (NSString* _Nullable) firstName |
|
readnonatomicretain |
◆ lastName
| - (NSString* _Nullable) lastName |
|
readnonatomicretain |
◆ PMINumber
| - (unsigned long long) PMINumber |
|
readnonatomicassign |