Class CXSetMutedCallAction

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class CXSetMutedCallAction
extends CXCallAction
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • CXSetMutedCallAction

      protected CXSetMutedCallAction()
    • CXSetMutedCallAction

      protected CXSetMutedCallAction​(NSObject.Handle h, long handle)
    • CXSetMutedCallAction

      protected CXSetMutedCallAction​(NSObject.SkipInit skipInit)
    • CXSetMutedCallAction

      public CXSetMutedCallAction​(NSUUID callUUID, boolean muted)
    • CXSetMutedCallAction

      public CXSetMutedCallAction​(NSCoder aDecoder)
  • Method Details

    • isMuted

      public boolean isMuted()
    • setMuted

      public void setMuted​(boolean v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(NSUUID callUUID, boolean muted)
    • init

      protected long init​(NSCoder aDecoder)
      Overrides:
      init in class CXCallAction