SIKRegistration Class Reference

Inherits from NSObject
Conforms to SIKIRegistration
Declared in SIKRegistration.h
SIKRegistration.m

Overview

It implements IRegsitration to Get and Set push notification registration id

– getRegistrationId

Get push notification registration id

- (NSString *)getRegistrationId

Return Value

Registration Id

Discussion

Get push notification registration id

Declared In

SIKIRegistration.h

– setRegistrationId:

Set push notification registration id

- (void)setRegistrationId:(NSString *)regId

Parameters

registrationId

Registration Id

Discussion

Set push notification registration id

Declared In

SIKIRegistration.h