Kaa Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | Kaa.h |
+ clientWithContext:stateDelegate:
Creates new Kaa client with specified platform context and state delegate.
+ (id<KaaClient>)clientWithContext:(id<KaaClientPlatformContext>)context stateDelegate:(id<KaaClientStateDelegate>)delegateDiscussion
Creates new Kaa client with specified platform context and state delegate.
Declared In
Kaa.h
+ clientWithContext:
Creates new Kaa client with specified platform context.
+ (id<KaaClient>)clientWithContext:(id<KaaClientPlatformContext>)contextDiscussion
Creates new Kaa client with specified platform context.
Declared In
Kaa.h
+ clientWithStateDelegate:
Creates new Kaa client with default platform context and specified client state delegate.
+ (id<KaaClient>)clientWithStateDelegate:(id<KaaClientStateDelegate>)delegateDiscussion
Creates new Kaa client with default platform context and specified client state delegate.
Declared In
Kaa.h
+ client
Creates new Kaa client based on default platform context.
+ (id<KaaClient>)clientDiscussion
Creates new Kaa client based on default platform context.
Declared In
Kaa.h