Appspresso Plugin API - iOS
<AxPluginResult> Protocol Reference

#import <AxPluginResult.h>

Public Member Functions

(id) - getPluginResult

Detailed Description

JSON 직렬화 지원.
BOOL, NSArray, NSDictionary등의 JSON으로 직렬화할 수 있는 객체를 제외한 값을 자바스크립트와 주고 받으려면 이 인터페이스를 구현해야 함.

Author:
iolo
Version:
1.0

Member Function Documentation

- (id) getPluginResult

객체를 JSON으로 직렬화할 수 있는 객체로 변환.

Returns:
JSON으로 직렬화 할 수 있는 객체.
 All Data Structures Functions