Package io.rong.imlib.model
        Class SendMessageOption
- 
                    
                    - All Implemented Interfaces:
 
 public class SendMessageOption
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public booleanisVoIPPushpublic final static Creator<SendMessageOption>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description SendMessageOption(Parcel in)SendMessageOption()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description booleanisVoIPPush()Indicates whether it is a VoIP push notification voidsetVoIPPush(boolean voIPPush)Set VoIP push notification intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        isVoIPPushboolean isVoIPPush() Indicates whether it is a VoIP push notification - Returns:
- Specifies whether it is a VoIP push notification 
 
 - 
                                        setVoIPPushvoid setVoIPPush(boolean voIPPush) Set VoIP push notification - Parameters:
- voIPPush- Indicates whether it is a VoIP push notification
 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        toStringString toString() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-