SIKIMessage Protocol Reference

Conforms to NSObject
Declared in SIKIMessage.h

Overview

It is the blue print of class which contain push notification message It exposes APIs to Get and Set push notification message

– getMessage required method

Get push notification message

- (NSString *)getMessage

Return Value

Message

Discussion

Get push notification message

Declared In

SIKIMessage.h

– setMessage: required method

Set push notification message

- (void)setMessage:(NSString *)message

Parameters

message

Message

Discussion

Set push notification message

Declared In

SIKIMessage.h