KiiNotificationMethod Constants Reference
| Declared in | KiiUser.h |
KiiNotificationMethod
Definition
typedef NS_ENUM(NSUInteger, KiiNotificationMethod ) {
KiiEMAIL,
KiiSMS,
KiiSMS_PIN,
};
Constants
KiiEMAIL-
Send email include link URL to reset the password. Reset password is done by clicking the link in email.
Declared In
KiiUser.h. KiiSMS-
Send SMS includes the link URL to reset the password. Reset password is done by clicking the link in SMS.
Declared In
KiiUser.h. KiiSMS_PIN-
Send SMS includes the PIN Code to registered phone number. Reset password is done by sending PIN code in received SMS.
Declared In
KiiUser.h.