public class NacBundle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALARM_PARCEL_NAME
Tag name associated with a parceled alarm.
|
static java.lang.String |
MEDIA_PARCEL_NAME
Tag name associated with a media path.
|
Constructor and Description |
---|
NacBundle() |
Modifier and Type | Method and Description |
---|---|
static NacAlarm |
getAlarm(android.os.Bundle bundle) |
static java.lang.String |
getMedia(android.os.Bundle bundle) |
static android.os.Bundle |
toBundle(NacAlarm alarm) |
static android.os.Bundle |
toBundle(NacAudio.Attributes attrs) |
static android.os.Bundle |
toBundle(java.lang.String media) |
public static final java.lang.String ALARM_PARCEL_NAME
public static final java.lang.String MEDIA_PARCEL_NAME
public static NacAlarm getAlarm(android.os.Bundle bundle)
public static java.lang.String getMedia(android.os.Bundle bundle)
public static android.os.Bundle toBundle(NacAlarm alarm)
public static android.os.Bundle toBundle(java.lang.String media)
public static android.os.Bundle toBundle(NacAudio.Attributes attrs)