ApnsConfig

public class ApnsConfig extends Object

Represents the APNS-specific options that can be included in a Message. Instances of this class are thread-safe and immutable. Refer to Apple documentation for various headers and payload fields supported by APNS.

Nested Class Summary

class ApnsConfig.Builder  

Public Method Summary

static ApnsConfig.Builder
builder()
Creates a new ApnsConfig.Builder.

Inherited Method Summary

Public Methods

public static ApnsConfig.Builder builder ()

Creates a new ApnsConfig.Builder.

Returns