RcsTransport.IsServiceKindSupported(RcsServiceKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value indicating if the specified service kind is supported, such as chat, group chat, file transfer, and so on.
public:
virtual bool IsServiceKindSupported(RcsServiceKind serviceKind) = IsServiceKindSupported;
bool IsServiceKindSupported(RcsServiceKind const& serviceKind);
public bool IsServiceKindSupported(RcsServiceKind serviceKind);
function isServiceKindSupported(serviceKind)
Public Function IsServiceKindSupported (serviceKind As RcsServiceKind) As Boolean
Parameters
- serviceKind
- RcsServiceKind
The service kind to verify.
Returns
Boolean
bool
TRUE if the RcsServiceKind specified in the serviceKind parameter is supported.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|