Conforms to NSObject
Declared in CLScoreServerPost.h

Overview

CocosLivePost protocol

Tasks

  • – scorePostOk:

    callback method that will be called if the post is successful

    required method
  • – scorePostFail:

    callback method that will be called if the post fails

    required method

Instance Methods

scorePostFail:

callback method that will be called if the post fails

- (void)scorePostFail:(id)sender

Declared In

CLScoreServerPost.h

scorePostOk:

callback method that will be called if the post is successful

- (void)scorePostOk:(id)sender

Declared In

CLScoreServerPost.h