Inherits from NSObject
Declared in AppDavis.h

Overview

AppDavis is entry point class for starting using AppDavis.framework.

If you want use some of AppDavis function, write initMedia first of all.

Tasks

Initialize AppDavis task

Class Methods

initMedia:

Sets the given mediaId from administrator. You should describe this method in [AppDelegate -application:didFinishLaunchingWithOptions:] Unless you have specific requirements.

+ (void)initMedia:(NSString *)mediaId

Parameters

mediaId

The number which was given by administrator.

Discussion

Sets the given mediaId from administrator. You should describe this method in [AppDelegate -application:didFinishLaunchingWithOptions:] Unless you have specific requirements.

Declared In

AppDavis.h