Conforms to NSObject
Declared in Alohar.h

Overview

Protocol for Registration and Authentication.

Tasks

Instance Methods

aloharDidFailWithError:

Callback when user failed to login.

- (void)aloharDidFailWithError:(NSError *)error

Parameters

error

Detail error information.

Discussion

Callback when user failed to login.

Declared In

Alohar.h

aloharDidLogin:

Callback when user successfuly logs in.

- (void)aloharDidLogin:(NSString *)userID

Parameters

userID

The unique user ID in alohar system. The ID shall be kept safely for future use.

Discussion

Callback when user successfuly logs in.

Declared In

Alohar.h