Class SBSDKUI2Sound  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKUI2Sound : SBSDKUI2Node
   
  
    - Inheritance
 
    - 
      
      
      
SBSDKUI2Sound
     
  
  Constructors
  
  
  SBSDKUI2Sound()
  
  
  
  
  
  
  
  SBSDKUI2Sound(NSObjectFlag)
  
  
  
  
  
    protected SBSDKUI2Sound(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKUI2Sound(NativeHandle)
  
  
  
  
  
    protected SBSDKUI2Sound(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  
  
  SBSDKUI2Sound(bool, SBSDKUI2SoundType)
  
  
  
  
  
    public SBSDKUI2Sound(bool successBeepEnabled, SBSDKUI2SoundType soundType)
   
  Parameters
  
    successBeepEnabled bool 
    
    soundType SBSDKUI2SoundType 
    
  
  Properties
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  Hash
  
  
  
  
  
    public virtual nuint Hash { get; }
   
  Property Value
  
    - nuint
 
    
  
  
  
  SoundType
  
  
  
  
  
    public virtual SBSDKUI2SoundType SoundType { get; set; }
   
  Property Value
  
    - SBSDKUI2SoundType
 
    
  
  
  
  SuccessBeepEnabled
  
  
  
  
  
    public virtual bool SuccessBeepEnabled { get; set; }
   
  Property Value
  
    - bool
 
    
  
  Methods
  
  
  FromJsonWithJson(string)
  
  
  
  
  
    public static SBSDKUI2Sound? FromJsonWithJson(string json)
   
  Parameters
  
    json string 
    
  
  Returns
  
    - SBSDKUI2Sound
 
    
  
  
  
  IsEqual(NSObject?)
  
  
  
  
  
    public virtual bool IsEqual(NSObject? @object)
   
  Parameters
  
    object NSObject 
    
  
  Returns
  
    - bool
 
    
  
  
  
  ToJson()
  
  
  
  
  
    public virtual string ToJson()
   
  Returns
  
    - string