NRSDKApiForUnity
Classes
NRNotificationListenerLowPowerNotification
NRKernal.NRNotificationListener.LowPowerNotification
Inheritance diagram for NRKernal.NRNotificationListener.LowPowerNotification:
NRKernal.NRNotificationListener.Notification

Public Types

enum  PowerState { Full , Middle , Low }
 

Public Member Functions

 LowPowerNotification (NRNotificationListener listener)
 
override void UpdateState ()
 
- Public Member Functions inherited from NRKernal.NRNotificationListener.Notification
 Notification (NRNotificationListener listener)
 
virtual void Trigger (Level level)
 

Additional Inherited Members

- Protected Attributes inherited from NRKernal.NRNotificationListener.Notification
NRNotificationListener NotificationListener
 

Detailed Description

A low power notification.

Member Enumeration Documentation

◆ PowerState

Values that represent power states.

Enumerator
Full 

An enum constant representing the full option.

Middle 

An enum constant representing the middle option.

Low 

An enum constant representing the low option.

Constructor & Destructor Documentation

◆ LowPowerNotification()

NRKernal.NRNotificationListener.LowPowerNotification.LowPowerNotification ( NRNotificationListener  listener)

Constructor.

Parameters
listenerThe listener.