CheckIfUserLoggedInInputModel
open class CheckIfUserLoggedInInputModel
This Model Class Holds All The Input Attributes For CheckIfUserLoggedInAsynTask
-
Unique identification of studio
Declaration
Swift
open var authToken: String?
-
Indicates unique idenification of user
Declaration
Swift
open var user_id: String?
-
This variable is to differencate between iOS and Android
Declaration
Swift
open var device_type: String?
-
Indicates the unique identification of device
Declaration
Swift
open var device_id: String?
-
Initializer method to create a new object for CheckIfUserLoggedInInputModel class
- authToken: Unique identification of studio
- user_id: Unique identification of user
- device_type: For Setting the device type
- device_id: For Setting the device id
Declaration
Swift
public init(authToken:String,user_id:String, device_type:String, device_id:String)
Parameters
authToken
Unique identification of studio