FMLiveSwitchSdpIceUnknownIceOptionTag Class Reference

Instance Methods

(NSString *) - description
 Gets the string representation of this tag. More...
 
(instancetype) - initWithTagString:
 Initializes a new instance of the FMLiveSwitchSdpIceUnknownIceOptionTag class. More...
 
(NSString *) - tagString
 Gets the tag string. More...
 
- Instance Methods inherited from FMLiveSwitchSdpIceOptionTag
(instancetype) - init
 
(void) - setType:
 Sets the type of this tag. More...
 
(FMLiveSwitchSdpIceOptionTagType) - type
 Gets the type of this tag. More...
 

Class Methods

(FMLiveSwitchSdpIceUnknownIceOptionTag *) + unknownIceOptionTagWithTagString:
 Initializes a new instance of the FMLiveSwitchSdpIceUnknownIceOptionTag class. More...
 
- Class Methods inherited from FMLiveSwitchSdpIceOptionTag
(FMLiveSwitchSdpIceOptionTag *) + optionTag
 
(FMLiveSwitchSdpIceOptionTag *) + parseWithTagString:
 Generates a tag object from a string. More...
 
(NSString *) + trickle
 Gets the "trickle" option string. More...
 

Method Documentation

◆ description

- (NSString*) description

Gets the string representation of this tag.

Implements FMLiveSwitchSdpIceOptionTag.

◆ initWithTagString:

- (instancetype) initWithTagString: (NSString *)  tagString

Initializes a new instance of the FMLiveSwitchSdpIceUnknownIceOptionTag class.

◆ tagString

- (NSString*) tagString

Gets the tag string.

◆ unknownIceOptionTagWithTagString:

+ (FMLiveSwitchSdpIceUnknownIceOptionTag*) unknownIceOptionTagWithTagString: (NSString *)  tagString

Initializes a new instance of the FMLiveSwitchSdpIceUnknownIceOptionTag class.