INSPush Class Reference

Inherits from NSObject
Conforms to INSSDKModule
Declared in INSPush.h

Overview

INSPush class is conform to INSSDKModule protocol provides an interface to interact with Insiteo Push module.

Application

+ executeActionFromLocalNotification:

When the application is launched from a UILocalNotification, the SDK could try to handle the notification and execute appropriate behavior if needed.

+ (void)executeActionFromLocalNotification:(UILocalNotification *)notification

Parameters

notification

The notification that launched the application.

Declared In

INSPush.h

Push Delegate

+ registerPushDelegate:

Registers to the Push module events.

+ (void)registerPushDelegate:(id<INSPushDelegate>)delegate

Parameters

delegate

The delegate receiver that is sent messages when the Push module will exectute triggered actions.

Declared In

INSPush.h