Enum and Description |
---|
com.urbanairship.api.reports.model.PlatformType
Marked to be removed in 2.0.0. Urban Airship stopped recommending use of these endpoints in October 2015,
so we are now completing their removal from our libraries.
|
Method and Description |
---|
com.urbanairship.api.push.model.notification.ios.IOSDevicePayload.getSound()
The sound name can now be retrieved from getSoundData() as of 4.1.0.
Gets the sound file name.
|
com.urbanairship.api.push.model.notification.email.EmailPayload.Builder.setDeviceType(DeviceType)
This method is not needed since DeviceType.EMAIL is always returned from EmailPayload.
|
com.urbanairship.api.push.model.notification.ios.IOSDevicePayload.Builder.setSound(String)
This can now be set using setSoundData as of 4.1.0.
Sets the name of the IOSSoundData object. This is a shortcut for when the only value pertaining to the 'sound' key is a sound file name.
|
Copyright © 2024. All rights reserved.