NRSDKApiForUnity
Classes
NRNotificationListenerNotification
NRKernal.NRNotificationListener.Notification
Inheritance diagram for NRKernal.NRNotificationListener.Notification:
NRKernal.NRNotificationListener.LowPowerNotification NRKernal.NRNotificationListener.NativeErrorNotification NRKernal.NRNotificationListener.OverShutDownTemperatureNotification NRKernal.NRNotificationListener.SlamStateNotification NRKernal.NRNotificationListener.TemperatureLevelNotification

Public Member Functions

 Notification (NRNotificationListener listener)
 
virtual void UpdateState ()
 
virtual void Trigger (Level level)
 

Protected Attributes

NRNotificationListener NotificationListener
 

Detailed Description

Notification object base.

Constructor & Destructor Documentation

◆ Notification()

NRKernal.NRNotificationListener.Notification.Notification ( NRNotificationListener  listener)

Constructor.

Parameters
listenerThe listener.

Member Function Documentation

◆ Trigger()

virtual void NRKernal.NRNotificationListener.Notification.Trigger ( Level  level)
virtual

Executes the 'state changed' action.

Parameters
levelThe level.