Declared in OALSuspendHandler.h

Overview

Allows an object to participate in interrupt and suspend operations. Objects may hook into OALAudioSession’s interrupt and suspend model by calling [[OALAudioSession sharedInstance] addSuspendListener:self].

Note: You must NOT set the “interrupted” property manually. It is designed to be set automatically by system interrupts.

Tasks

  •   manuallySuspended

    Set to YES to manually suspend.

    property required method
  •   interrupted

    If YES, this object is interrupted. Note: This property must NOT be set by the user!

    property required method

Properties

interrupted

If YES, this object is interrupted. Note: This property must NOT be set by the user!

@property (readwrite, assign) bool interrupted

Declared In

OALSuspendHandler.h

manuallySuspended

Set to YES to manually suspend.

@property (readwrite, assign) bool manuallySuspended

Declared In

OALSuspendHandler.h