SIKMessage Class Reference

Inherits from NSObject
Conforms to SIKIMessage
Declared in SIKMessage.h
SIKMessage.m

Overview

It implements IMessage to Get and Set push notification message

– getMessage

Get push notification message

- (NSString *)getMessage

Return Value

Message

Discussion

Get push notification message

Declared In

SIKIMessage.h

– setMessage:

Set push notification message

- (void)setMessage:(NSString *)msg

Parameters

message

Message

Discussion

Set push notification message

Declared In

SIKIMessage.h