Push notification specific configuration.
More...
#import <ZDKPushConfig.h>
|
| (BOOL) | - isEqual: |
| | Compares the current configuration with the given one. More...
|
| |
| (NSString *) | - handlesDescription |
| |
Instance Methods inherited from <ZDKZHandle> |
|
(long int) | - handle |
| |
|
(void) | - initialize |
| |
|
(void) | - releaseReference |
| |
|
(NSString *) | - handlesDescription |
| |
|
| BOOL | enabled |
| | Sets the use of push notifications. More...
|
| |
| BOOL | rtpMediaProxy |
| | Sets the use of the push notifications proxy also acting as media proxy. More...
|
| |
| ZDKTransportType | transport |
| | Selects the transport to be used to reach the push proxy. More...
|
| |
| NSString *_Nullable | uri |
| | Sets the URI part of the "pn-uri" parameter used for registering a device at the Push Proxy. More...
|
| |
| NSString *_Nullable | token |
| | Sets the Push Device TOKEN part of the "pn-uri" parameter used for registering a device at the Push Proxy. More...
|
| |
| NSString *_Nullable | type |
| | Sets the Push TYPE ("pn-type" parameter) used for registering a device at the Push Proxy. More...
|
| |
| NSString *_Nullable | cid |
| | Sets the Push ID ("pn-cid" parameter) used for registering a device at the Push Proxy. More...
|
| |
| NSString *_Nullable | proxy |
| | Sets the Push Proxy address all SIP messages go through. More...
|
| |
Push notification specific configuration.
Mobile platforms only (Android and iOS)!
◆ handlesDescription
| - (NSString *) handlesDescription |
|
|
|
◆ isEqual:
Compares the current configuration with the given one.
- Parameters
-
| [in] | comp | Push configuration to be compared |
- Returns
-
◆ cid
| - (NSString* _Nullable) cid |
|
readwritenonatomicassign |
Sets the Push ID ("pn-cid" parameter) used for registering a device at the Push Proxy.
- Parameters
-
| [in] | value | The Push ID ("pn-cid" parameter) |
◆ enabled
Sets the use of push notifications.
- Parameters
-
◆ proxy
| - (NSString* _Nullable) proxy |
|
readwritenonatomicassign |
Sets the Push Proxy address all SIP messages go through.
The Push Proxy is used as SIP Outbound Proxy.
- Parameters
-
◆ rtpMediaProxy
Sets the use of the push notifications proxy also acting as media proxy.
- Parameters
-
◆ token
| - (NSString* _Nullable) token |
|
readwritenonatomicassign |
Sets the Push Device TOKEN part of the "pn-uri" parameter used for registering a device at the Push Proxy.
- Parameters
-
| [in] | value | The Push Device TOKEN part of the "pn-uri" parameter |
◆ transport
| - (ZDKTransportType) transport |
|
readwritenonatomicassign |
Selects the transport to be used to reach the push proxy.
- Parameters
-
| [in] | value | The transport to be used |
- See also
- TransportType
◆ type
| - (NSString* _Nullable) type |
|
readwritenonatomicassign |
Sets the Push TYPE ("pn-type" parameter) used for registering a device at the Push Proxy.
- Parameters
-
| [in] | value | The Push Type ("pn-type" parameter) |
◆ uri
| - (NSString* _Nullable) uri |
|
readwritenonatomicassign |
Sets the URI part of the "pn-uri" parameter used for registering a device at the Push Proxy.
- Parameters
-
| [in] | value | The URI part of the "pn-uri" parameter |
The documentation for this protocol was generated from the following file: